From 43b3da139685ad37047f9e83f9d55ffad7e20a0d Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Mon, 22 Oct 2001 09:44:27 +0000 Subject: [PATCH] Make math tests pass, round & co don't work this way, and there was an error in expected output --- ext/standard/tests/math/001.phpt | 45 ------------------------------ ext/standard/tests/math/abs.phpt | 26 +++++++++++++++++ ext/standard/tests/math/pow.phpt | 3 +- ext/standard/tests/math/round.phpt | 39 ++++++++++++++++++++++++++ 4 files changed, 67 insertions(+), 46 deletions(-) delete mode 100644 ext/standard/tests/math/001.phpt create mode 100644 ext/standard/tests/math/abs.phpt create mode 100644 ext/standard/tests/math/round.phpt diff --git a/ext/standard/tests/math/001.phpt b/ext/standard/tests/math/001.phpt deleted file mode 100644 index a79d32c580..0000000000 --- a/ext/standard/tests/math/001.phpt +++ /dev/null @@ -1,45 +0,0 @@ ---TEST-- -Simple math tests ---POST-- ---GET-- ---FILE-- -