[gnumeric] t1014: up accuracy requirement to 15.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] t1014: up accuracy requirement to 15.
- Date: Sat, 5 Mar 2016 23:23:42 +0000 (UTC)
commit 8d7ecf371a7a5fcd577ea90ea576874f07c9b787
Author: Morten Welinder <terra gnome org>
Date: Sat Mar 5 18:23:27 2016 -0500
t1014: up accuracy requirement to 15.
This requires recent goffice fixes.
test/t1014-gsl.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/t1014-gsl.pl b/test/t1014-gsl.pl
index 6444290..27c05bb 100755
--- a/test/t1014-gsl.pl
+++ b/test/t1014-gsl.pl
@@ -10,7 +10,7 @@ my $file = "gsl.gnumeric";
&test_sheet_calc ("$samples/$file", "C2:F2",
sub {
foreach my $a (split (',')) {
- return 0 unless $a > 14.4;
+ return 0 unless $a > 15;
}
return 1;
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]