diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-10-03 23:14:53 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-10-03 23:14:53 +0000 |
| commit | e563189acd0755a8d32ab956e758405fd3a6f40a (patch) | |
| tree | f23ce377f66ad60129819d7d2d3e1412be51cbb7 /test/client | |
| parent | 9d3aaad7085164e1cc3d665269f9c99c17a7c45a (diff) | |
| download | puppet-e563189acd0755a8d32ab956e758405fd3a6f40a.tar.gz puppet-e563189acd0755a8d32ab956e758405fd3a6f40a.tar.xz puppet-e563189acd0755a8d32ab956e758405fd3a6f40a.zip | |
switching test classes back to modules -- making them classes causes too many empty tests to run every time
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@714 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/client')
| -rw-r--r-- | test/client/tc_client.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/client/tc_client.rb b/test/client/tc_client.rb index 27d135d4d..39c19bb16 100644 --- a/test/client/tc_client.rb +++ b/test/client/tc_client.rb @@ -12,7 +12,8 @@ require 'puppettest.rb' # $Id$ -class TestClient < ServerTest +class TestClient < Test::Unit::TestCase + include ServerTest # a single run through of connect, auth, etc. def test_sslInitWithAutosigningLocalServer # autosign everything, for simplicity |
