t5901-qpro.pl (gnumeric-1.12.49.tar.xz) | : | t5901-qpro.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 Quattro Pro importer."); | &message ("Check the Quattro Pro importer."); | |||
&test_importer ("$samples/qpro/gantt.wb3", "5913f63dfd3584151505e3231e56a0cd71ba 5991", $mode); | &test_importer ("$samples/qpro/gantt.wb3", "e16a247188e4a9ca173d3c517a79befd4c0b ac00", $mode); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |