From 6f2868f53aa6fb4e03b0d81e2c5085336bfe4f55 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Tue, 7 Apr 2009 14:39:10 +0000 Subject: [PATCH] LMS-835 bug in assert_correct_dataset_content_in_database fixed SVN: 10621 --- integration-tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/run.sh b/integration-tests/run.sh index 9024ff8d7db..419e6b074de 100755 --- a/integration-tests/run.sh +++ b/integration-tests/run.sh @@ -738,7 +738,7 @@ function assert_correct_dataset_content_in_database { ed.is_complete, d.data_producer_code, d.production_timestamp \ from data as d left join data_set_relationships as r on r.data_id_child = d.id \ left join external_data as ed on ed.data_id = d.id, - experiment as e + experiments as e where d.id = $dataset_id and d.expe_id = e.id" \ | awk '/ +[0-9]+/' \ | awk '{gsub(/ /,"");print}' \ -- GitLab