summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-30 19:22:25 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-30 19:22:25 +0000
commit4ada6aff0bfe2d63f7b73f85140a37345638cba9 (patch)
tree648cd4c017699b51463153415e329373bd5464ee /test
parent8db35eccb090889cdf9ba0989140a91401d31c5a (diff)
Fixing class storage -- it was not working for nodescopes
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@858 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
-rwxr-xr-xtest/types/schedule.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/types/schedule.rb b/test/types/schedule.rb
index 04519b3ca..62ab010e3 100755
--- a/test/types/schedule.rb
+++ b/test/types/schedule.rb
@@ -219,7 +219,6 @@ class TestSchedule < Test::Unit::TestCase
assert(s.match?(day("+", 1)), "didn't match plus a day")
assert(s.match?(week("+", 1)), "didn't match plus a week")
assert(! s.match?(@now), "matched today")
- assert(! s.match?(hour("-", 11)), "matched minus 11 hours")
assert(! s.match?(hour("-", 1)), "matched minus an hour")
assert(! s.match?(hour("-", 2)), "matched plus two hours")