diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-10-22 22:27:20 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-10-22 22:27:20 +0000 |
commit | f7328804d00d8a82d7ab3a955ff579ff956ef3d0 (patch) | |
tree | 7a6d5119dea6a6309675120fd99f5cc023ad644a | |
parent | 8fe558cca075ab85619a73f4a80408de58810ef7 (diff) | |
download | puppet-f7328804d00d8a82d7ab3a955ff579ff956ef3d0.tar.gz puppet-f7328804d00d8a82d7ab3a955ff579ff956ef3d0.tar.xz puppet-f7328804d00d8a82d7ab3a955ff579ff956ef3d0.zip |
Getting rid of the tc_ prefix to test cases
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@724 980ebf18-57e1-0310-9a29-db15c13687c0
-rwxr-xr-x | test/certmgr/certmgr.rb (renamed from test/certmgr/tc_certmgr.rb) | 0 | ||||
-rw-r--r-- | test/client/client.rb (renamed from test/client/tc_client.rb) | 0 | ||||
-rwxr-xr-x | test/executables/puppetbin.rb (renamed from test/executables/tc_puppetbin.rb) | 0 | ||||
-rwxr-xr-x | test/executables/puppetca.rb (renamed from test/executables/tc_puppetca.rb) | 0 | ||||
-rwxr-xr-x | test/executables/puppetd.rb (renamed from test/executables/tc_puppetd.rb) | 0 | ||||
-rwxr-xr-x | test/executables/puppetmasterd.rb (renamed from test/executables/tc_puppetmasterd.rb) | 0 | ||||
-rwxr-xr-x | test/language/ast.rb (renamed from test/language/tc_ast.rb) | 0 | ||||
-rwxr-xr-x | test/language/interpreter.rb (renamed from test/language/tc_interpreter.rb) | 0 | ||||
-rwxr-xr-x | test/language/scope.rb (renamed from test/language/tc_scope.rb) | 0 | ||||
-rwxr-xr-x | test/language/snippets.rb (renamed from test/language/tc_snippets.rb) | 0 | ||||
-rwxr-xr-x | test/other/events.rb (renamed from test/other/tc_events.rb) | 0 | ||||
-rw-r--r-- | test/other/log.rb (renamed from test/other/tc_log.rb) | 0 | ||||
-rw-r--r-- | test/other/metrics.rb (renamed from test/other/tc_metrics.rb) | 0 | ||||
-rwxr-xr-x | test/other/overrides.rb (renamed from test/other/tc_overrides.rb) | 0 | ||||
-rwxr-xr-x | test/other/parsedfile.rb (renamed from test/other/tc_parsedfile.rb) | 0 | ||||
-rwxr-xr-x | test/other/relationships.rb (renamed from test/other/tc_relationships.rb) | 0 | ||||
-rw-r--r-- | test/other/state.rb (renamed from test/other/tc_state.rb) | 0 | ||||
-rw-r--r-- | test/other/transactions.rb (renamed from test/other/tc_transactions.rb) | 0 | ||||
-rw-r--r-- | test/parser/lexer.rb (renamed from test/parser/tc_lexer.rb) | 0 | ||||
-rw-r--r-- | test/parser/parser.rb (renamed from test/parser/tc_parser.rb) | 0 | ||||
-rwxr-xr-x | test/puppet/defaults.rb (renamed from test/puppet/tc_defaults.rb) | 0 | ||||
-rw-r--r-- | test/puppettest.rb | 2 | ||||
-rwxr-xr-x | test/server/authstore.rb (renamed from test/server/tc_authstore.rb) | 0 | ||||
-rw-r--r-- | test/server/bucket.rb (renamed from test/server/tc_bucket.rb) | 0 | ||||
-rw-r--r-- | test/server/ca.rb (renamed from test/server/tc_ca.rb) | 0 | ||||
-rwxr-xr-x | test/server/fileserver.rb (renamed from test/server/tc_fileserver.rb) | 0 | ||||
-rw-r--r-- | test/server/master.rb (renamed from test/server/tc_master.rb) | 0 | ||||
-rw-r--r-- | test/server/server.rb (renamed from test/server/tc_server.rb) | 0 | ||||
-rw-r--r-- | test/tagging/tagging.rb (renamed from test/tagging/tc_tagging.rb) | 0 | ||||
-rwxr-xr-x | test/test | 12 | ||||
-rw-r--r-- | test/types/basic.rb (renamed from test/types/tc_basic.rb) | 0 | ||||
-rwxr-xr-x | test/types/component.rb (renamed from test/types/tc_component.rb) | 0 | ||||
-rwxr-xr-x | test/types/cron.rb (renamed from test/types/tc_cron.rb) | 0 | ||||
-rwxr-xr-x | test/types/exec.rb (renamed from test/types/tc_exec.rb) | 0 | ||||
-rw-r--r-- | test/types/file.rb (renamed from test/types/tc_file.rb) | 0 | ||||
-rwxr-xr-x | test/types/filebucket.rb (renamed from test/types/tc_filebucket.rb) | 0 | ||||
-rw-r--r-- | test/types/fileignoresource.rb (renamed from test/types/tc_fileignoresource.rb) | 0 | ||||
-rwxr-xr-x | test/types/filesources.rb (renamed from test/types/tc_filesources.rb) | 0 | ||||
-rw-r--r-- | test/types/filetype.rb (renamed from test/types/tc_filetype.rb) | 0 | ||||
-rwxr-xr-x | test/types/group.rb (renamed from test/types/tc_group.rb) | 0 | ||||
-rw-r--r-- | test/types/package.rb (renamed from test/types/tc_package.rb) | 0 | ||||
-rw-r--r-- | test/types/query.rb (renamed from test/types/tc_query.rb) | 0 | ||||
-rw-r--r-- | test/types/service.rb (renamed from test/types/tc_service.rb) | 0 | ||||
-rwxr-xr-x | test/types/symlink.rb (renamed from test/types/tc_symlink.rb) | 0 | ||||
-rwxr-xr-x | test/types/tidy.rb (renamed from test/types/tc_tidy.rb) | 0 | ||||
-rw-r--r-- | test/types/type.rb (renamed from test/types/tc_type.rb) | 0 | ||||
-rwxr-xr-x | test/types/user.rb (renamed from test/types/tc_user.rb) | 0 |
47 files changed, 3 insertions, 11 deletions
diff --git a/test/certmgr/tc_certmgr.rb b/test/certmgr/certmgr.rb index c0ec7c934..c0ec7c934 100755 --- a/test/certmgr/tc_certmgr.rb +++ b/test/certmgr/certmgr.rb diff --git a/test/client/tc_client.rb b/test/client/client.rb index 39c19bb16..39c19bb16 100644 --- a/test/client/tc_client.rb +++ b/test/client/client.rb diff --git a/test/executables/tc_puppetbin.rb b/test/executables/puppetbin.rb index 4a3eb7946..4a3eb7946 100755 --- a/test/executables/tc_puppetbin.rb +++ b/test/executables/puppetbin.rb diff --git a/test/executables/tc_puppetca.rb b/test/executables/puppetca.rb index 2fed58557..2fed58557 100755 --- a/test/executables/tc_puppetca.rb +++ b/test/executables/puppetca.rb diff --git a/test/executables/tc_puppetd.rb b/test/executables/puppetd.rb index 72cf1f031..72cf1f031 100755 --- a/test/executables/tc_puppetd.rb +++ b/test/executables/puppetd.rb diff --git a/test/executables/tc_puppetmasterd.rb b/test/executables/puppetmasterd.rb index 7051f02a7..7051f02a7 100755 --- a/test/executables/tc_puppetmasterd.rb +++ b/test/executables/puppetmasterd.rb diff --git a/test/language/tc_ast.rb b/test/language/ast.rb index d78ce382c..d78ce382c 100755 --- a/test/language/tc_ast.rb +++ b/test/language/ast.rb diff --git a/test/language/tc_interpreter.rb b/test/language/interpreter.rb index a37d0d95a..a37d0d95a 100755 --- a/test/language/tc_interpreter.rb +++ b/test/language/interpreter.rb diff --git a/test/language/tc_scope.rb b/test/language/scope.rb index 38bcdce5a..38bcdce5a 100755 --- a/test/language/tc_scope.rb +++ b/test/language/scope.rb diff --git a/test/language/tc_snippets.rb b/test/language/snippets.rb index 450c656b7..450c656b7 100755 --- a/test/language/tc_snippets.rb +++ b/test/language/snippets.rb diff --git a/test/other/tc_events.rb b/test/other/events.rb index 61551983e..61551983e 100755 --- a/test/other/tc_events.rb +++ b/test/other/events.rb diff --git a/test/other/tc_log.rb b/test/other/log.rb index f4a39d467..f4a39d467 100644 --- a/test/other/tc_log.rb +++ b/test/other/log.rb diff --git a/test/other/tc_metrics.rb b/test/other/metrics.rb index dbae3cf54..dbae3cf54 100644 --- a/test/other/tc_metrics.rb +++ b/test/other/metrics.rb diff --git a/test/other/tc_overrides.rb b/test/other/overrides.rb index be9ccd2ce..be9ccd2ce 100755 --- a/test/other/tc_overrides.rb +++ b/test/other/overrides.rb diff --git a/test/other/tc_parsedfile.rb b/test/other/parsedfile.rb index e343e5478..e343e5478 100755 --- a/test/other/tc_parsedfile.rb +++ b/test/other/parsedfile.rb diff --git a/test/other/tc_relationships.rb b/test/other/relationships.rb index 04cbd73dc..04cbd73dc 100755 --- a/test/other/tc_relationships.rb +++ b/test/other/relationships.rb diff --git a/test/other/tc_state.rb b/test/other/state.rb index bd17d86c3..bd17d86c3 100644 --- a/test/other/tc_state.rb +++ b/test/other/state.rb diff --git a/test/other/tc_transactions.rb b/test/other/transactions.rb index 338bb6844..338bb6844 100644 --- a/test/other/tc_transactions.rb +++ b/test/other/transactions.rb diff --git a/test/parser/tc_lexer.rb b/test/parser/lexer.rb index d37004ef3..d37004ef3 100644 --- a/test/parser/tc_lexer.rb +++ b/test/parser/lexer.rb diff --git a/test/parser/tc_parser.rb b/test/parser/parser.rb index 16ac0048b..16ac0048b 100644 --- a/test/parser/tc_parser.rb +++ b/test/parser/parser.rb diff --git a/test/puppet/tc_defaults.rb b/test/puppet/defaults.rb index e1d0124d2..e1d0124d2 100755 --- a/test/puppet/tc_defaults.rb +++ b/test/puppet/defaults.rb diff --git a/test/puppettest.rb b/test/puppettest.rb index daa13e3d9..30b596983 100644 --- a/test/puppettest.rb +++ b/test/puppettest.rb @@ -528,7 +528,7 @@ class PuppetTestSuite Dir.entries(name).collect { |file| File.join(name,file) }.find_all { |file| - FileTest.file?(file) and file =~ /tc_.+\.rb$/ + FileTest.file?(file) and file =~ /\.rb$/ }.sort { |a,b| # in the order they were modified, so the last modified files # are loaded and thus displayed last diff --git a/test/server/tc_authstore.rb b/test/server/authstore.rb index c7dfd0978..c7dfd0978 100755 --- a/test/server/tc_authstore.rb +++ b/test/server/authstore.rb diff --git a/test/server/tc_bucket.rb b/test/server/bucket.rb index 5d45eedb2..5d45eedb2 100644 --- a/test/server/tc_bucket.rb +++ b/test/server/bucket.rb diff --git a/test/server/tc_ca.rb b/test/server/ca.rb index b48cb42c7..b48cb42c7 100644 --- a/test/server/tc_ca.rb +++ b/test/server/ca.rb diff --git a/test/server/tc_fileserver.rb b/test/server/fileserver.rb index 6712c30b7..6712c30b7 100755 --- a/test/server/tc_fileserver.rb +++ b/test/server/fileserver.rb diff --git a/test/server/tc_master.rb b/test/server/master.rb index df5d092d7..df5d092d7 100644 --- a/test/server/tc_master.rb +++ b/test/server/master.rb diff --git a/test/server/tc_server.rb b/test/server/server.rb index aa75b1422..aa75b1422 100644 --- a/test/server/tc_server.rb +++ b/test/server/server.rb diff --git a/test/tagging/tc_tagging.rb b/test/tagging/tagging.rb index 260e0e53a..260e0e53a 100644 --- a/test/tagging/tc_tagging.rb +++ b/test/tagging/tagging.rb @@ -1,22 +1,12 @@ #!/usr/bin/env ruby #------------------------------------------------------------ -# $Id$ -# # run any or all test suites $:.unshift '.' $:.unshift '../lib' -# if we're not in the library trunk, then add that to the lib search path -#if Dir.getwd !~ %r{puppet/library} -# $:.unshift '../../../library/trunk/lib/' -# $:.unshift '../../../language/trunk/lib/' -# $:.unshift '../../../library/trunk/test/' -#end - require 'puppettest.rb' - require 'getoptlong' #[ "--size", "-s", GetoptLong::REQUIRED_ARGUMENT ], @@ -52,3 +42,5 @@ suites.each { |suite| # This damn problem just doesn't seem to want to go away system("%s/etc/init.d/sleeper stop 2>/dev/null 1>/dev/null" % $puppetbase) + +# $Id$ diff --git a/test/types/tc_basic.rb b/test/types/basic.rb index 4ad6d559b..4ad6d559b 100644 --- a/test/types/tc_basic.rb +++ b/test/types/basic.rb diff --git a/test/types/tc_component.rb b/test/types/component.rb index d52123ae0..d52123ae0 100755 --- a/test/types/tc_component.rb +++ b/test/types/component.rb diff --git a/test/types/tc_cron.rb b/test/types/cron.rb index ffefba3c1..ffefba3c1 100755 --- a/test/types/tc_cron.rb +++ b/test/types/cron.rb diff --git a/test/types/tc_exec.rb b/test/types/exec.rb index 99e120ea2..99e120ea2 100755 --- a/test/types/tc_exec.rb +++ b/test/types/exec.rb diff --git a/test/types/tc_file.rb b/test/types/file.rb index 713dd96c1..713dd96c1 100644 --- a/test/types/tc_file.rb +++ b/test/types/file.rb diff --git a/test/types/tc_filebucket.rb b/test/types/filebucket.rb index a5c8e0c78..a5c8e0c78 100755 --- a/test/types/tc_filebucket.rb +++ b/test/types/filebucket.rb diff --git a/test/types/tc_fileignoresource.rb b/test/types/fileignoresource.rb index f3d258381..f3d258381 100644 --- a/test/types/tc_fileignoresource.rb +++ b/test/types/fileignoresource.rb diff --git a/test/types/tc_filesources.rb b/test/types/filesources.rb index 46542d76c..46542d76c 100755 --- a/test/types/tc_filesources.rb +++ b/test/types/filesources.rb diff --git a/test/types/tc_filetype.rb b/test/types/filetype.rb index c6749ba3d..c6749ba3d 100644 --- a/test/types/tc_filetype.rb +++ b/test/types/filetype.rb diff --git a/test/types/tc_group.rb b/test/types/group.rb index dd705b6e5..dd705b6e5 100755 --- a/test/types/tc_group.rb +++ b/test/types/group.rb diff --git a/test/types/tc_package.rb b/test/types/package.rb index 1936c8bbc..1936c8bbc 100644 --- a/test/types/tc_package.rb +++ b/test/types/package.rb diff --git a/test/types/tc_query.rb b/test/types/query.rb index 1793e1e17..1793e1e17 100644 --- a/test/types/tc_query.rb +++ b/test/types/query.rb diff --git a/test/types/tc_service.rb b/test/types/service.rb index 5d99d662d..5d99d662d 100644 --- a/test/types/tc_service.rb +++ b/test/types/service.rb diff --git a/test/types/tc_symlink.rb b/test/types/symlink.rb index 3d288bc0a..3d288bc0a 100755 --- a/test/types/tc_symlink.rb +++ b/test/types/symlink.rb diff --git a/test/types/tc_tidy.rb b/test/types/tidy.rb index 02068b6ff..02068b6ff 100755 --- a/test/types/tc_tidy.rb +++ b/test/types/tidy.rb diff --git a/test/types/tc_type.rb b/test/types/type.rb index 509a4b402..509a4b402 100644 --- a/test/types/tc_type.rb +++ b/test/types/type.rb diff --git a/test/types/tc_user.rb b/test/types/user.rb index f418872a0..f418872a0 100755 --- a/test/types/tc_user.rb +++ b/test/types/user.rb |