summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-06-09 17:37:30 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commitd1b86ec9610186696bb17713b07c3cdcb9dd5b89 (patch)
treef4f753c61c51e29fb610038bdd56436339f005c0
parentba506c199098a4c15024a24d4d58fe50f9e4b57f (diff)
downloadpuppet-d1b86ec9610186696bb17713b07c3cdcb9dd5b89.tar.gz
puppet-d1b86ec9610186696bb17713b07c3cdcb9dd5b89.tar.xz
puppet-d1b86ec9610186696bb17713b07c3cdcb9dd5b89.zip
Behavior change for //UNC_Paths broke an old test
-rwxr-xr-xtest/ral/type/file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ral/type/file.rb b/test/ral/type/file.rb
index 710376643..462e8f8eb 100755
--- a/test/ral/type/file.rb
+++ b/test/ral/type/file.rb
@@ -682,7 +682,7 @@ class TestFile < Test::Unit::TestCase
# Testing #309 -- //my/file => /my/file
def test_slash_deduplication
- ["/my/////file/for//testing", "//my/file/for/testing///",
+ ["/my/////file/for//testing", "/my/file/for/testing///",
"/my/file/for/testing"].each do |path|
file = nil
assert_nothing_raised do