diff options
| author | Luke Kanies <luke@madstop.com> | 2008-05-25 16:01:26 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-05-25 16:01:26 -0500 |
| commit | 6f533d11277dea2c57755cf379342a6bfb818eb8 (patch) | |
| tree | 903816b78f1921227eeec618554179a425f247c1 /test/lib | |
| parent | 29f5f1b862112179ce1b77ae0177811ab2208aeb (diff) | |
| download | puppet-6f533d11277dea2c57755cf379342a6bfb818eb8.tar.gz puppet-6f533d11277dea2c57755cf379342a6bfb818eb8.tar.xz puppet-6f533d11277dea2c57755cf379342a6bfb818eb8.zip | |
Fixing #1247 -- no more clear_cache failures.
I had clearly only run spec/ since this work.
Diffstat (limited to 'test/lib')
| -rwxr-xr-x | test/lib/puppettest.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/puppettest.rb b/test/lib/puppettest.rb index 6c1e059b8..1f4432d00 100755 --- a/test/lib/puppettest.rb +++ b/test/lib/puppettest.rb @@ -302,7 +302,7 @@ module PuppetTest Puppet::Util::Storage.clear Puppet.clear Puppet.settings.clear - Puppet::Indirector::Indirection.clear_cache + Puppet::Util::Cacher.invalidate @memoryatend = Puppet::Util.memory diff = @memoryatend - @memoryatstart |
