Skip to content
Snippets Groups Projects
Commit ba9ccb23 authored by kohleman's avatar kohleman
Browse files

fixed broken hudson tests

SVN: 33379
parent c71a787f
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,7 @@ def process(transaction): ...@@ -179,7 +179,7 @@ def process(transaction):
run = runInfo.getAllchildren('Run')[0].attrib run = runInfo.getAllchildren('Run')[0].attrib
if (run['Id'] != name): if (run['Id'] != name):
raise NameError('Flowcell names do not match between directory name '+ name + raise NameError('Flowcell names do not match between directory name '+ name +
' and ' + RUNINFO + 'property file: ' + run['Id']) ' and ' + RUNINFO + ' property file: ' + run['Id'])
# The HiSeq is providing more infos, which we will parse here: # The HiSeq is providing more infos, which we will parse here:
runParameters = parseXmlFile(incomingPath + '/' + RUNPARAMETERS) runParameters = parseXmlFile(incomingPath + '/' + RUNPARAMETERS)
......
...@@ -62,7 +62,7 @@ public class QGFCreateFlowCellHiseqTest extends DSUDropboxSystemTest ...@@ -62,7 +62,7 @@ public class QGFCreateFlowCellHiseqTest extends DSUDropboxSystemTest
String missingFile = "runParameters.xml"; String missingFile = "runParameters.xml";
importDataWithMarker(folderName); importDataWithMarker(folderName);
waitUntilDataImportFails("File not found: " + missingFile); waitUntilDataImportFails("No such file or directory");
} }
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment