~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/database.py

  • Committer: William Grant
  • Date: 2009-12-09 10:56:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: grantw@unimelb.edu.au-20091209105645-oq0xq2tgnxejx236
Drop TestSuite file match default from the UI -- we don't support file tests any more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
990
990
    suite = Reference(suiteid, "TestSuite.suiteid")
991
991
    passmsg = Unicode()
992
992
    failmsg = Unicode()
993
 
    test_default = Unicode()
 
993
    test_default = Unicode() # Currently unused - only used for file matching.
994
994
    seq_no = Int()
995
995
 
996
996
    parts = ReferenceSet(testid, "TestCasePart.testid")