ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Servers/AppServer/interface/test/TestDBSInterface.py
Revision: 1.1
Committed: Tue Jan 10 20:04:17 2006 UTC (19 years, 3 months ago) by afaq
Content type: text/x-python
Branch: MAIN
CVS Tags: DBS_0_0_3a, DBS_0_0_3, DBS_0_0_2, DBS_0_0_1, pre_DBS_0_0_1, post_dict_type_checking_merge, post_MiniPythonAPI_merged_to_trunk, pre_MiniPythonAPI_merge_to_trunk, DBS_0_0_0, vs20060320, AfterJan2006SchemaChanges_v01_00_01, AfterJan2006SchemaChanges_v01_00_00, AfterJan2006SchemaChanges, BeforeJan2006SchemaChanges, preXOverChanges, HEAD
Branch point for: BranchForCPPWebServiceTesting
Log Message:
Adding a test directory to Python interface, for now only one simple test is there, will add more tests as we develop

File Contents

# Content
1 from DBSInterface import DBSInterface
2
3
4 if __name__ == "__main__" :
5
6 myint = DBSInterface()
7 fileBlockList = myint.getDatasetContents("/sw04_Anzar/Hit/sw_Hit245_2_g133")
8
9