Beispiel #1
0
 def __init__(self, toplevel, testdir):
     self.toplevel = toplevel
     self.testdir = testdir
     self.iceBox = TestUtil.getIceBox()
     if TestUtil.isBCC2010() or TestUtil.isVC6():
         self.iceBoxAdmin = os.path.join(TestUtil.getServiceDir(), "iceboxadmin")
         self.iceStormAdmin = os.path.join(TestUtil.getServiceDir(), "icestormadmin")
     else:
         self.iceBoxAdmin = os.path.join(TestUtil.getCppBinDir(), "iceboxadmin")
         self.iceStormAdmin = os.path.join(TestUtil.getCppBinDir(), "icestormadmin")