From de4f443cfadaef77447d4d0caee565d7e25c45b4 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 30 Mar 2011 08:44:25 +0000
Subject: [PATCH] adapt to changed logging

SVN: 20569
---
 .../expected-output/template_incoming_content_yeastx.txt       | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/integration-tests/templates/data-yeastx/expected-output/template_incoming_content_yeastx.txt b/integration-tests/templates/data-yeastx/expected-output/template_incoming_content_yeastx.txt
index 6274f93c2f0..6c4e9cb591a 100644
--- a/integration-tests/templates/data-yeastx/expected-output/template_incoming_content_yeastx.txt
+++ b/integration-tests/templates/data-yeastx/expected-output/template_incoming_content_yeastx.txt
@@ -16,7 +16,9 @@ faulty-no-mapping --------------------
 ERROR: file1.mzXML - no mapping could be found for this dataset
 
 faulty-non-unique-mapping --------------------
+ERROR: file1.mzXML - cannot upload the file: sample '/TEST/any' does not exist or is not connected to any experiment.
 ERROR: file1.mzXML - cannot upload the file: there is no sample which matches the criteria <Samples from the space 'TEST' with property 'samplename' set to 'any' in any experiment>
+ERROR: file2.mzXML - cannot upload the file: sample '/TEST/any' does not exist or is not connected to any experiment.
 ERROR: file2.mzXML - cannot upload the file: there is no sample which matches the criteria <Samples from the space 'TEST' with property 'samplename' set to 'any' in project 'TEST_PROJECT', experiment name = 'Praktikum Metabolic Networks 2009'>
 ERROR: file3.mzXML - no mapping could be found for this dataset
 
@@ -24,6 +26,7 @@ faulty-to-many-mapping-files --------------------
 ERROR: No datasets from the directory 'faulty-to-many-mapping-files' can be processed because there is more than one file with extension '[tsv]'.
 
 faulty-unknown-mapping --------------------
+ERROR: file1.mzXML - cannot upload the file: sample '/TEST/unknown' does not exist or is not connected to any experiment.
 ERROR: file1.mzXML - cannot upload the file: there is no sample which matches the criteria <Samples from the space 'TEST' with property 'samplename' set to 'unknown' in any experiment>
 ERROR: file2.mzXML - cannot upload the file: No project 'UNKNOWN' could be found in the 'TEST' space!
 ERROR: file3.mzXML - cannot upload the file: experiment and project columns should be both empty or should be both filled.
-- 
GitLab