aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-11-29 16:17:05 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-11-29 16:17:05 +0000
commitfff7bee7084677a2f61c53ce8afa0fba99d75fe1 (patch)
tree24da13981960cb16216139a397141b8cf4d6fd6a /test
parent02b285031f19675fbd88783967b3496a20ebb1f3 (diff)
Rewrote how the decision is made to notify and how update types are set.
Diffstat (limited to 'test')
-rw-r--r--test/tc_mauve_alert_group.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tc_mauve_alert_group.rb b/test/tc_mauve_alert_group.rb
index fc31702..70c7678 100644
--- a/test/tc_mauve_alert_group.rb
+++ b/test/tc_mauve_alert_group.rb
@@ -7,7 +7,6 @@ require 'mauve/server'
require 'mauve/configuration'
require 'mauve/configuration_builder'
require 'mauve/configuration_builders'
-require 'pp'
class TcMauveAlertGroup < Mauve::UnitTest
@@ -277,6 +276,8 @@ EOF
ac = a.changes.all(:remind_at.not => nil)
assert_equal(1,ac.length, "Only one reminder should be in place at end of suppression period")
assert_equal(Time.now+15.minutes, ac.first.remind_at, "Reminder not set for the correct time after suppression")
+
+
end
end