From a4abc45505c857b806c228466eec7f23c8307352 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 18 Feb 2008 01:11:17 +0000 Subject: [PATCH] All PHPT tests for now complete! Fix an SPL autoload bug. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1564 48356398-32a2-884e-a903-53898d9a118a --- TODO | 6 +-- library/HTMLPurifier.autoload.php | 2 +- library/HTMLPurifier/Bootstrap.php | 14 +++++++ smoketests/loadFunc.php | 40 ------------------- smoketests/utf8.php | 40 ------------------- tests/HTMLPurifier/PHPT/func.phpt | 9 +++++ ...oload.phpt => auto-with-spl-autoload.phpt} | 6 ++- tests/HTMLPurifier/PHPT/utf8.phpt | 9 +++++ 8 files changed, 38 insertions(+), 88 deletions(-) delete mode 100644 smoketests/loadFunc.php delete mode 100644 smoketests/utf8.php create mode 100644 tests/HTMLPurifier/PHPT/func.phpt rename tests/HTMLPurifier/PHPT/loading/{auto-with-spl-autoload-and-user-autoload.phpt => auto-with-spl-autoload.phpt} (76%) create mode 100644 tests/HTMLPurifier/PHPT/utf8.phpt diff --git a/TODO b/TODO index 30280ea8..99b049a4 100644 --- a/TODO +++ b/TODO @@ -16,11 +16,6 @@ UPCOMING RELEASE ---------------- IMPORTANT - - Test HTMLPurifier.auto.php, HTMLPurifier.includes.php, and combinations - of the two. This is related to standalone in tests/index.php. This should use - semi-automated smoketests using PHPT style files (probably should be part - of SimpleTest framework). These tests can be further extended to work for - many of our other smoketests. Follow the documentation! - Release candidate, because of the major changes - Move utility classes for ConfigSchema into HTML Purifier itself: they're that important @@ -144,6 +139,7 @@ Unknown release (on a scratch-an-itch basis) - Allow scoped="scoped" attribute in