diff options
author | Luke Kanies <luke@madstop.com> | 2005-04-13 18:22:58 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-04-13 18:22:58 +0000 |
commit | 21ca565e88f1741c1d80ce1c4fe3d53c6578672b (patch) | |
tree | e10961892dab5a4c043be77fd82cc5ea016483bc | |
parent | 1aab204c5bf720be65eb87663636f0e901bfb359 (diff) | |
download | puppet-21ca565e88f1741c1d80ce1c4fe3d53c6578672b.tar.gz puppet-21ca565e88f1741c1d80ce1c4fe3d53c6578672b.tar.xz puppet-21ca565e88f1741c1d80ce1c4fe3d53c6578672b.zip |
renaming tc_functions.rb, and adding to ts_other.rb
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@112 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | test/tc_function.rb (renamed from test/tc_functions.rb) | 0 | ||||
-rw-r--r-- | test/ts_other.rb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_functions.rb b/test/tc_function.rb index 15c9ad6e1..15c9ad6e1 100644 --- a/test/tc_functions.rb +++ b/test/tc_function.rb diff --git a/test/ts_other.rb b/test/ts_other.rb index f1076e6d1..5ad567a4b 100644 --- a/test/ts_other.rb +++ b/test/ts_other.rb @@ -2,5 +2,5 @@ require "blinktest.rb" -TestSuite.new(%w{oparse selector}) +TestSuite.new(%w{oparse selector function}) |