Changeset: 747d0ce3b976 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/747d0ce3b976 Modified Files: sql/test/sys-schema/Tests/webExamplesMathematicalFunctionsOperators.test Branch: escape-sequences Log Message:
now that we have atan2, test returns correctly diffs (15 lines): diff --git a/sql/test/sys-schema/Tests/webExamplesMathematicalFunctionsOperators.test b/sql/test/sys-schema/Tests/webExamplesMathematicalFunctionsOperators.test --- a/sql/test/sys-schema/Tests/webExamplesMathematicalFunctionsOperators.test +++ b/sql/test/sys-schema/Tests/webExamplesMathematicalFunctionsOperators.test @@ -462,8 +462,10 @@ 0.785 0.464 0.464 -statement error +query R nosort select atan2(1.0, 2.0) +----- +0.464 query RRR nosort select cos(12.2), cosh(3.0), cot(16.0) _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
