t5903-sylk.pl (gnumeric-1.12.49.tar.xz) | : | t5903-sylk.pl (gnumeric-1.12.50.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
# ----------------------------------------------------------------------------- | # ----------------------------------------------------------------------------- | |||
use strict; | use strict; | |||
use lib ($0 =~ m|^(.*/)| ? $1 : "."); | use lib ($0 =~ m|^(.*/)| ? $1 : "."); | |||
use GnumericTest; | use GnumericTest; | |||
# See test_importer comments for mode definitions. | # See test_importer comments for mode definitions. | |||
my $mode = ((shift @ARGV) || "check"); | my $mode = ((shift @ARGV) || "check"); | |||
&message ("Check the sylk importer."); | &message ("Check the sylk importer."); | |||
&test_importer ("$samples/sylk/test.sylk", "36e2327a283f6a4783b05187c71380a76148 | &test_importer ("$samples/sylk/test.sylk", "0bd6d4dde7dafa4db2e778f812cda1224cbb | |||
c2a8", $mode); | ef6e", $mode); | |||
&test_importer ("$samples/sylk/encoding.sylk", "ad0660a265fedbe51c4fb66609aa06c4 | &test_importer ("$samples/sylk/encoding.sylk", "ce1409a2d2116a754b805e6fdb8ef412 | |||
215a5611", $mode); | 19a7a072", $mode); | |||
&test_importer ("$samples/sylk/app_b2.sylk", "11203a7d416024cfaa84cb67fab51223ff | &test_importer ("$samples/sylk/app_b2.sylk", "06c1ad3d133a0e0ad0d9a885572413605c | |||
59b2b5", $mode); | 8a00fc", $mode); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |