summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-29 04:20:51 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-29 04:20:51 +0000
commit9ff80c082a673f18b57a0bf85a28b126a2533eed (patch)
tree9aa711d1aebb35a8802d766db563320cdaae6e4a /test
parentbb9c813feb3c6a27a3765d593cae56e800b46fb1 (diff)
downloadpuppet-9ff80c082a673f18b57a0bf85a28b126a2533eed.tar.gz
puppet-9ff80c082a673f18b57a0bf85a28b126a2533eed.tar.xz
puppet-9ff80c082a673f18b57a0bf85a28b126a2533eed.zip
*whew* Okay, simplified the splice method a bit, and I am actually somewhat confident that the stronger testing is correct. I have had a lot of problems with tests usually passing but sometimes failing, mostly because of ordering problems related to multiple edges.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1984 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
-rwxr-xr-xtest/other/pgraph.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/other/pgraph.rb b/test/other/pgraph.rb
index 2763142ea..f3999a459 100755
--- a/test/other/pgraph.rb
+++ b/test/other/pgraph.rb
@@ -130,7 +130,6 @@ class TestPGraph < Test::Unit::TestCase
# Now add some relationships to three, but only add labels to one of
# the relationships.
- Puppet.err :yay
# Add a simple, label-less relationship
deps.add_edge!(two, three)