Clean up emptyOutDir generated file.

Now force file generation into the test/data/generated directory where other
such files go so tests are cleaned up properly.
This commit is contained in:
Robert Haines 2014-07-15 17:01:59 +01:00 committed by Alexander Simonov
parent 656116c55a
commit 58f24bbb94
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,8 @@ require 'test_helper'
class ZipFileExtractDirectoryTest < MiniTest::Test class ZipFileExtractDirectoryTest < MiniTest::Test
include CommonZipFileFixture include CommonZipFileFixture
TEST_OUT_NAME = "emptyOutDir"
TEST_OUT_NAME = "test/data/generated/emptyOutDir"
def open_zip(&aProc) def open_zip(&aProc)
assert(aProc != nil) assert(aProc != nil)

View File

@ -3,7 +3,8 @@ require 'test_helper'
class ZipSettingsTest < MiniTest::Test class ZipSettingsTest < MiniTest::Test
# TODO Refactor out into common test module # TODO Refactor out into common test module
include CommonZipFileFixture include CommonZipFileFixture
TEST_OUT_NAME = "emptyOutDir"
TEST_OUT_NAME = "test/data/generated/emptyOutDir"
def setup def setup
super super