Skip to content

Commit

Permalink
changing path to test_data
Browse files Browse the repository at this point in the history
  • Loading branch information
godber committed Jan 13, 2013
1 parent 05f2316 commit 0794e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class untitledTests(unittest.TestCase):
def setUp(self):
self.parser = Parser()
self.imageExtractor = ImageExtractor()
self.testImagePath = "./I18584006BTR.IMG"
self.testImagePath = "../test_data/I18584006BTR.IMG"
assert os.path.exists(self.testImagePath)

def test_open_pds(self):
Expand Down

0 comments on commit 0794e04

Please sign in to comment.