From 8c8e5ae926e0009743fe92dccb588783640a6022 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 17 Aug 2011 11:08:07 +0100 Subject: * Reminder notifications now take the same path to notify as initial alerts * Threading tidied -- processor will not do anything unless the timer has frozen * Person#send_alert now tidied and merged with alert_changed * POP3 server only shows alerts relevant to the user * Server now defaults to using an in-memory SQLite database (good for testing) * Server initializes a blank mauve config. * Tests tidied up --- test/test_mauve.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/test_mauve.rb') diff --git a/test/test_mauve.rb b/test/test_mauve.rb index a8dba9b..87aa188 100644 --- a/test/test_mauve.rb +++ b/test/test_mauve.rb @@ -4,6 +4,7 @@ $:.unshift libdir if File.directory?(libdir) end +require 'pp' require 'test/unit' %w( @@ -15,8 +16,10 @@ tc_mauve_configuration_builders_person.rb tc_mauve_configuration_builders_server.rb tc_mauve_source_list.rb tc_mauve_people_list.rb +tc_mauve_person.rb tc_mauve_alert.rb tc_mauve_alert_group.rb +tc_mauve_alert_changed.rb tc_mauve_notification.rb tc_mauve_time.rb ).each do |s| -- cgit v1.2.1