]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - test/shell/import-duplicates.test
Allow empty game <time> elements (with a test case) in TSN.XML.EarlyLine.
[dead/htsn-import.git] / test / shell / import-duplicates.test
index 39ef41230c2de0823b42fd76aa36159ad469b6a2..1cc7bd633c62571b828e356c54c36e2c3ecfb607 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
 >>>
-38
+39
 >>>= 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
 >>>
-68
+70
 >>>= 0
 
 # Finally, clean up after ourselves.