updated tests

This commit is contained in:
Carlos Salguero
2016-06-27 15:22:31 -03:00
parent c7e7ba7331
commit d042a4dd6a
5 changed files with 116 additions and 111 deletions

View File

@@ -105,7 +105,7 @@ is_deeply(
$rows,
[
['test', 'test_empty', '1', '0', '0'], # empty
['test', 'test_full', '1', 'ac967054', '1'], # row
['test', 'test_full', '1', '4d284606', '1'], # row
],
"Bug 987393 (empty table): checksums"
) or print STDERR Dumper($rows);