# | Line 7 | Line 7 | import testCaseInterface | |
---|---|---|
7 | class testCreatePrimaryDS(testCaseInterface.testCaseInterface) : | |
8 | ||
9 | def __init__(self): | |
10 | – | funcName = "%s.%s" % (self.__class__.__name__, "__init__()") |
11 | – | print "Now executing ", funcName |
10 | testCaseInterface.testCaseInterface.__init__(self) | |
11 | self.addTestCase(self.createPrimaryDS) | |
12 | #self.addTestCase(self.printYahoo) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |