]> gitweb.factorcode.org Git - factor.git/commit
tests: Don't depend on license.txt not changing.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 23 Mar 2019 17:57:26 +0000 (12:57 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 23 Mar 2019 18:00:52 +0000 (13:00 -0500)
commit357d504719a855d155649bf5bcd9e247e7c74e9f
tree7cd6111f6624e21e8d3d81340ccd2103d003edeb
parentdeb4b7c0d60cab2200ce6ac11885f3d0b6f479cf
tests: Don't depend on license.txt not changing.

It's probably bad to have the year in the license file, but it's worse to depend on
the license never changing.

Add a dummy file to crc32, and for multi checksums, the file we were checksumming is
not really integral to the test since it's read into a buffer first.
core/checksums/checksums-docs.factor
core/checksums/crc32/crc-me.txt [new file with mode: 0644]
extra/checksums/multi/multi-docs.factor
extra/checksums/multi/multi-tests.factor