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

Comparing COMP/DBS/Clients/Tests/testGetDatasetBlocks.py (file contents):
Revision 1.1 by afaq, Mon Feb 6 23:18:53 2006 UTC vs.
Revision 1.2 by afaq, Tue Feb 7 22:26:02 2006 UTC

# Line 5 | Line 5 | import dbsProcessedDataset
5   import testCaseInterface
6   # Unit testing.
7  
8
8   class testGetDatasetBlocks(testCaseInterface.testCaseInterface) :
9  
10    def __init__(self):
12    funcName = "%s.%s" % (self.__class__.__name__, "__init__()")
13    print "Now executing ", funcName
11      testCaseInterface.testCaseInterface.__init__(self)
12      self.addTestCase(self.getDatasetBlocks)
13      #self.addTestCase(self.printYahoo)
# Line 33 | Line 30 | class testGetDatasetBlocks(testCaseInter
30         processingPath=processingPath)
31  
32    def getDatasetBlocks(self):
33 <    funcName = "%s.%s" % (self.__class__.__name__, "createPrimaryDS")
33 >    funcName = "%s.%s" % (self.__class__.__name__, "getDatasetBlocks : Get a list of File Blocks in a Dataset")
34      print "Now executing ", funcName
35  
36      try:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines