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/tc_mauve_configuration_builders_person.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/tc_mauve_configuration_builders_person.rb') diff --git a/test/tc_mauve_configuration_builders_person.rb b/test/tc_mauve_configuration_builders_person.rb index cb0b100..b4fbd4f 100644 --- a/test/tc_mauve_configuration_builders_person.rb +++ b/test/tc_mauve_configuration_builders_person.rb @@ -1,10 +1,10 @@ $:.unshift "../lib/" -require 'test/unit' +require 'th_mauve' require 'pp' require 'mauve/configuration_builders/person' -class TcMauveConfigurationBuildersNotificationMethod < Test::Unit::TestCase +class TcMauveConfigurationBuildersNotificationMethod < Mauve::UnitTest def test_load -- cgit v1.2.1