Column Fitting: don't go higher than 15 significant digits by default.
[gnumeric.git] / test / t5901-qpro.pl
blob37e9b0d5c82bb1162c6c15275ad64c7783987a07
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 # See test_importer comments for mode definitions.
9 my $mode = ((shift @ARGV) || "check");
11 &message ("Check the Quattro Pro importer.");
12 &test_importer ("$samples/qpro/gantt.wb3", "5913f63dfd3584151505e3231e56a0cd71ba5991", $mode);