Skip to content

Commit 59232b1

Browse files
committed
modify test sample file
1 parent 66fdb20 commit 59232b1

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

tests/test_fileInterface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
@pytest.fixture(scope="module")
1212
def dicomTestFilename(): # type: ignore
13-
return os.path.join(testDir, 'test_input/001_000005_000100.dcm')
13+
return os.path.join(testDir, 'test_input/001_000013_000005.dcm')
1414

1515

1616
class TestFileInterface:
-437 KB
Binary file not shown.
446 KB
Binary file not shown.
-300 KB
Binary file not shown.
300 KB
Binary file not shown.

tests/test_readDicom.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from nibabel.nicom import dicomreaders
55
from rtCommon.fileInterface import FileInterface
66

7-
test_dicomFile = '001_000005_000100.dcm'
8-
test_dicomTruncFile = 'trunc_001_000005_000100.dcm'
7+
test_dicomFile = '001_000013_000005.dcm'
8+
test_dicomTruncFile = 'trunc_001_000013_000005.dcm'
99

1010

1111
def test_readDicom():

tests/test_servers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
@pytest.fixture(scope="module")
3232
def dicomTestFilename(): # type: ignore
33-
return os.path.join(testDir, 'test_input/001_000005_000100.dcm')
33+
return os.path.join(testDir, 'test_input/001_000013_000005.dcm')
3434

3535

3636
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)