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

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 186

Show
Ignore:
Timestamp:
06/02/08 15:20:16 (3 months ago)
Author:
andrew
Message:

Change to output namespace message to reflect new V2 schema. Missed in previous commit.

Files:
1 modified

  • Xml/Validator/WebApp/validator/controllers.py (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • Xml/Validator/WebApp/validator/controllers.py

    r161 r186  
    118118                                        schema = "http://www.openmicroscopy.org/Schemas/OME/2007-06 (Standard V2)" 
    119119                                elif result.theNamespace == "http://www.openmicroscopy.org/Schemas/OME/2008-02": 
    120                                         schema = "http://www.openmicroscopy.org/Schemas/OME/2008-02 (Standard V1)" 
     120                                        schema = "http://www.openmicroscopy.org/Schemas/OME/2008-02 (Standard V2)" 
    121121                                else: 
    122                                         schema = "No schema found - using http://www.openmicroscopy.org/Schemas/OME/2008-02 (Standard V1)" 
     122                                        schema = "No schema found - using http://www.openmicroscopy.org/Schemas/OME/2008-02 (Standard V2)" 
    123123                                return dict(filepath=filename, result=result, schema=schema) 
    124124                else: 

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/