• Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 93 for Xml/Validator/Backend/RunAndCheck.py

Show
Ignore:
Timestamp:
09/19/07 13:52:48 (14 months ago)
Author:
andrew
Message:

Applied Version 2 - September 2007 changes to schema and improved Tiff chacks in validator

Files:
1 modified

  • Xml/Validator/Backend/RunAndCheck.py (modified) (2 diffs)

Legend:

Unmodified
Added
Removed
  • Xml/Validator/Backend/RunAndCheck.py

    r86 r93  
    1515 
    1616def main(): 
     17        print OmeValidator.XmlReport.validateTiff("samples/claire-multi-channel-4D-series.ome.tif") 
     18        """ 
    1719        for aFilename in ["samples/completesamplenopre.xml","samples/completesample.xml", 
    1820                "samples/sdub.ome", "samples/sdub-fix.ome", "samples/sdub-fix-pre.ome",  
    … …  
    2628                print "============ XML file %s ============ " % aFilename 
    2729                print OmeValidator.XmlReport.validateTiff(aFilename) 
    28  
     30        """ 
    2931        print "============" 
    3032 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/