From 2792663cb52ea7e55c20a509ebbe711b6903bcee Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Sun, 11 Oct 2015 14:18:27 -0500 Subject: [PATCH] fixed minor testing issues --- Dockerfile | 1 - functional_tests/FYLM141111001.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f0aab5f..e860fd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,4 +36,3 @@ COPY . /opt/nd2reader WORKDIR /opt/nd2reader RUN python setup.py install RUN python3 setup.py install -WORKDIR /var/nd2s diff --git a/functional_tests/FYLM141111001.py b/functional_tests/FYLM141111001.py index 0869398..05764c6 100644 --- a/functional_tests/FYLM141111001.py +++ b/functional_tests/FYLM141111001.py @@ -10,7 +10,7 @@ import unittest class FunctionalTests(unittest.TestCase): def setUp(self): - self.nd2 = Nd2("FYLM-141111-001.nd2") + self.nd2 = Nd2("/var/nd2s/FYLM-141111-001.nd2") def tearDown(self): self.nd2.close()