Commit 2ca1f731 authored by Marco Buttu's avatar Marco Buttu
Browse files

Fix #144: change TARGETSYS to STATION in SRTMinorServo tests

parent ebef6d56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ FNULL = open(os.devnull, 'w')

class TestFailure(unittest2.TestCase):

    telescope = os.getenv('TARGETSYS')
    telescope = os.getenv('STATION')

    @classmethod
    def setUpClass(cls):
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>"

class SetupTest(unittest2.TestCase):

    telescope = os.getenv('TARGETSYS')
    telescope = os.getenv('STATION')
    
    @classmethod
    def setUpClass(cls):
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>"

class CannotSetupTest(unittest2.TestCase):

    telescope = os.getenv('TARGETSYS')
    telescope = os.getenv('STATION')
    
    @classmethod
    def setUpClass(cls):