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