summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-11-13 05:21:28 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-11-13 05:21:28 +0000
commit0a35c340c544351f6c82817dc2cff7b9fc6895ff (patch)
tree82142a43ccf95bc02ed2c580ae9e2acb26d8241a /test
parentff06a8d6865550c5bfe1a2960df82651fe5277eb (diff)
Removing some debugging, and trying to track down a bug where symlinks get recreated for now reason
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1867 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
-rwxr-xr-xtest/types/file.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/types/file.rb b/test/types/file.rb
index 8c0c50d76..28cb6c754 100755
--- a/test/types/file.rb
+++ b/test/types/file.rb
@@ -951,6 +951,7 @@ class TestFile < Test::Unit::TestCase
file = nil
assert_nothing_raised {
file = Puppet.type(:file).create(
+ :title => "somethingelse",
:ensure => path,
:path => link
)
@@ -964,6 +965,8 @@ class TestFile < Test::Unit::TestCase
# Make sure running it again works
assert_events([], file)
+ assert_events([], file)
+ assert_events([], file)
end
def test_simplerecursivelinking