ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Clients/Tests/testCreatePrimaryDS.py
(Generate patch)

Comparing COMP/DBS/Clients/Tests/testCreatePrimaryDS.py (file contents):
Revision 1.1 by afaq, Sun Feb 5 06:45:13 2006 UTC vs.
Revision 1.2 by afaq, Tue Feb 7 22:26:02 2006 UTC

# 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines