Skip to content

Commit

Permalink
Trying to fix systemtests. Refs #11508
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSavici committed May 2, 2015
1 parent ec2167e commit 1eb5488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __getDataFileList__(self):

def runTest(self):
"""Main entry point for the test suite"""

from minixsv import pyxsval
# need to extend minixsv library to add method for that forces it to
# validate against local schema when the xml file itself has
# reference to schema online. The preference is to systemtest against
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def __getDataFileList__(self):

def runTest(self):
"""Main entry point for the test suite"""
from minixsv import pyxsval
direc = config['instrumentDefinition.directory']
print direc
self.xsdFile = os.path.join(direc,'Schema/ParameterFile/1.0/','ParameterFileSchema.xsd')
Expand Down

0 comments on commit 1eb5488

Please sign in to comment.