diff options
| author | Luke Kanies <luke@madstop.com> | 2005-07-24 04:15:45 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2005-07-24 04:15:45 +0000 |
| commit | 075ffd752de203823673d2a3846b7ff2d3dc16ec (patch) | |
| tree | 0e02a3ac47100aa8093e71f0a4c8eb2adb23ec2c /test/other | |
| parent | b5f6a548ebee48aee3f1bab067ea6451d1052089 (diff) | |
| download | puppet-075ffd752de203823673d2a3846b7ff2d3dc16ec.tar.gz puppet-075ffd752de203823673d2a3846b7ff2d3dc16ec.tar.xz puppet-075ffd752de203823673d2a3846b7ff2d3dc16ec.zip | |
making changes necessary to pass tests on all available platforms
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@458 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/other')
| -rw-r--r-- | test/other/tc_transactions.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/other/tc_transactions.rb b/test/other/tc_transactions.rb index 06dc8d8e2..8b0ab1f93 100644 --- a/test/other/tc_transactions.rb +++ b/test/other/tc_transactions.rb @@ -11,6 +11,7 @@ require 'test/unit' # $Id$ class TestTransactions < Test::Unit::TestCase + include FileTesting def cycle(comp) assert_nothing_raised { trans = comp.evaluate @@ -50,7 +51,7 @@ class TestTransactions < Test::Unit::TestCase end def newfile(hash = {}) - tmpfile = PuppetTestSuite.tempfile() + tmpfile = tempfile() File.open(tmpfile, "w") { |f| f.puts rand(100) } @@tmpfiles.push tmpfile hash[:name] = tmpfile |
