Parent Directory
|
Revision Log
|
Patch
revision 1877 by gross, Wed Oct 8 03:03:37 2008 UTC | revision 1878 by gross, Tue Oct 14 03:39:13 2008 UTC | |
---|---|---|
# | Line 261 if __name__ == '__main__': | Line 261 if __name__ == '__main__': |
261 | suite.addTest(unittest.makeSuite(Test_AssemblePDEwithFinley_3Do2_Contact_withElementsOnFace)) | suite.addTest(unittest.makeSuite(Test_AssemblePDEwithFinley_3Do2_Contact_withElementsOnFace)) |
262 | ||
263 | else: | else: |
pass | ||
264 | ||
265 | s=unittest.TextTestRunner(verbosity=2).run(suite) | s=unittest.TextTestRunner(verbosity=2).run(suite) |
266 | if not s.wasSuccessful(): sys.exit(1) | if not s.wasSuccessful(): sys.exit(1) |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |