• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

contrib/opal/ZSI/ZSI/wstools/test/test_wstools_net.py

00001 #!/usr/bin/env python
00002 
00003 ############################################################################
00004 # Joshua R. Boverhof, David W. Robertson, LBNL
00005 # See LBNLCopyright for copyright notice!
00006 ###########################################################################
00007 import unittest
00008 import test_wsdl
00009 
00010 def makeTestSuite():
00011     suite = unittest.TestSuite()
00012     suite.addTest(test_wsdl.makeTestSuite("services_by_http"))
00013     return suite
00014 
00015 def main():
00016     unittest.main(defaultTest="makeTestSuite")
00017 
00018 if __name__ == "__main__" : main()
00019     
00020 

Generated on Wed Oct 20 2010 11:12:17 for APBS by  doxygen 1.7.2