]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Update a shell test since we threw some new test files in test/xml.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 12 Jun 2014 21:25:59 +0000 (17:25 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 12 Jun 2014 21:25:59 +0000 (17:25 -0400)
test/shell/import-duplicates.test

index fbbe6d7c6b9d7c1ec0e8d7016fbbf5a53fed34c5..b262b82e9eafd63edc1fec876516de62aee6977e 100644 (file)
@@ -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.