]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - test/shell/import-duplicates.test
Complete TSN.XML.AutoRacingDriverList.
[dead/htsn-import.git] / test / shell / import-duplicates.test
index 1cc7bd633c62571b828e356c54c36e2c3ecfb607..a8b356160070d44c18e26eda3051c1981988457d 100644 (file)
@@ -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.