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:
parent
656116c55a
commit
58f24bbb94
|
@ -2,7 +2,8 @@ require 'test_helper'
|
|||
|
||||
class ZipFileExtractDirectoryTest < MiniTest::Test
|
||||
include CommonZipFileFixture
|
||||
TEST_OUT_NAME = "emptyOutDir"
|
||||
|
||||
TEST_OUT_NAME = "test/data/generated/emptyOutDir"
|
||||
|
||||
def open_zip(&aProc)
|
||||
assert(aProc != nil)
|
||||
|
|
|
@ -3,7 +3,8 @@ require 'test_helper'
|
|||
class ZipSettingsTest < MiniTest::Test
|
||||
# TODO Refactor out into common test module
|
||||
include CommonZipFileFixture
|
||||
TEST_OUT_NAME = "emptyOutDir"
|
||||
|
||||
TEST_OUT_NAME = "test/data/generated/emptyOutDir"
|
||||
|
||||
def setup
|
||||
super
|
||||
|
|
Loading…
Reference in New Issue