Skip to content
Snippets Groups Projects
Commit 4423345c authored by ribeaudc's avatar ribeaudc
Browse files

add: - shows what is happening in 'assert_correct_dataset_content_in_database'.

SVN: 5687
parent 888156b2
No related branches found
No related tags found
No related merge requests found
......@@ -686,6 +686,7 @@ function assert_correct_content_of_unidentified_plate_in_store {
function assert_correct_dataset_content_in_database {
local dataset_id=$1
local pattern=$2
echo ==== assert correct dataset $dataset_id content in database with pattern $pattern ====
local dataset=`psql -U postgres -d lims_integration_test \
-c "select d.id, pt.code as procedure_type, d.code, d.is_placeholder, r.data_id_parent, \
ed.is_complete, d.data_producer_code, d.production_timestamp \
......
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