t5900-sc.pl (gnumeric-1.12.49.tar.xz) | : | t5900-sc.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 sc importer."); | &message ("Check the sc importer."); | |||
&test_importer ("$samples/sc/demo_func", "b1868a85945568d907da7dfad34c498cf12095 | &test_importer ("$samples/sc/demo_func", "a9f8b22612e481d2a18c9e01404d0980f24a4d | |||
12", $mode); | ff", $mode); | |||
&test_importer ("$samples/sc/demo_math", "b081197e521cbf973cc309a2c15453f4c8feb5 | &test_importer ("$samples/sc/demo_math", "c12f26fbab23a57cbfcc9d2e00dd998adc3532 | |||
5c", $mode); | ca", $mode); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |