X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=blobdiff_plain;f=test%2Fshell%2Fimport-duplicates.test;h=a8b356160070d44c18e26eda3051c1981988457d;hp=1cc7bd633c62571b828e356c54c36e2c3ecfb607;hb=c864af7aa8a195cf441904479c416202590e9375;hpb=e88453d996ef8c94d581122309669c5c2aa87c9d diff --git a/test/shell/import-duplicates.test b/test/shell/import-duplicates.test index 1cc7bd6..a8b3561 100644 --- a/test/shell/import-duplicates.test +++ b/test/shell/import-duplicates.test @@ -16,7 +16,7 @@ rm -f shelltest.sqlite3 # and a newsxml that aren't really supposed to import. find ./test/xml -maxdepth 1 -name '*.xml' | wc -l >>> -39 +40 >>>= 0 # Run the imports again; we should get complaints about the duplicate @@ -26,7 +26,7 @@ find ./test/xml -maxdepth 1 -name '*.xml' | wc -l # know, sorry. ./dist/build/htsn-import/htsn-import -c 'shelltest.sqlite3' test/xml/*.xml 2>&1 | grep ERROR | wc -l >>> -70 +72 >>>= 0 # Finally, clean up after ourselves.