From bc49d99cfbe5530e4b57eeda9367a43dd7939c53 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 12 Jun 2014 17:25:59 -0400 Subject: [PATCH 1/1] Update a shell test since we threw some new test files in test/xml. --- test/shell/import-duplicates.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/shell/import-duplicates.test b/test/shell/import-duplicates.test index fbbe6d7..b262b82 100644 --- a/test/shell/import-duplicates.test +++ b/test/shell/import-duplicates.test @@ -15,15 +15,15 @@ rm -f shelltest.sqlite3 # Heartbeat.xml that doesn't really count. find ./test/xml -maxdepth 1 -name '*.xml' | wc -l >>> -16 +17 >>>= 0 # Run the imports again; we should get complaints about the duplicate -# xml_file_ids. There are 2 errors for each violation, so we expect 2*15 +# xml_file_ids. There are 2 errors for each violation, so we expect 2*16 # occurrences of the string 'ERROR'. ./dist/build/htsn-import/htsn-import -c 'shelltest.sqlite3' test/xml/*.xml 2>&1 | grep ERROR | wc -l >>> -30 +32 >>>= 0 # Finally, clean up after ourselves. -- 2.43.2