diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-09 16:40:50 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-09 16:40:50 +0000 |
| commit | cdd1e6e19e7b8fc340ebcf543a30564c76e71eb9 (patch) | |
| tree | 65f7511a9f6386db44c92c502de1d56c7d2f0b6d /test/server | |
| parent | 01e5b692f0ba209956f4b84c7e597bd867154cbf (diff) | |
| download | puppet-cdd1e6e19e7b8fc340ebcf543a30564c76e71eb9.tar.gz puppet-cdd1e6e19e7b8fc340ebcf543a30564c76e71eb9.tar.xz puppet-cdd1e6e19e7b8fc340ebcf543a30564c76e71eb9.zip | |
Another intermediate commit. Most of the graphing work itself is now done, but I am in the middle of converting files to use the graphs and at the same time am writing some actually decent tests for the file recursion stuff.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1899 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/server')
| -rwxr-xr-x | test/server/fileserver.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/server/fileserver.rb b/test/server/fileserver.rb index 00d235cb2..5e9c60ddc 100755 --- a/test/server/fileserver.rb +++ b/test/server/fileserver.rb @@ -493,7 +493,7 @@ class TestFileServer < Test::Unit::TestCase # create a server with the file assert_nothing_raised { server = Puppet::Server::FileServer.new( - :Local => true, + :Local => false, :Config => conffile ) } @@ -658,7 +658,7 @@ class TestFileServer < Test::Unit::TestCase # start our server with a fast timeout assert_nothing_raised { server = Puppet::Server::FileServer.new( - :Local => true, + :Local => false, :Config => conffile ) } @@ -968,6 +968,7 @@ allow * end + # Test that the fileserver expands the %h and %d things. def test_fileserver_expansion server = nil assert_nothing_raised { |
