ChangeSet ID: 30860 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/01/06 00:27:51
Modified files: include : filter.php unit_test : run_tests.php Added files: unit_test : test_filter.php
Log message: Chris Morgan cmorgan@alum.wpi.edu filter_gpc() should report success or failure, a higher level function should take care of calling out to an error page. Add a unit test for filter_gpc() and test filtering success, failure and test that the filtering of html and normal strings properly preserves tags for html strings and strips them from normal strings
Patch: http://cvs.winehq.org/patch.py?id=30860
Old revision New revision Changes Path 1.12 1.13 +29 -7 appdb/include/filter.php 1.8 1.9 +2 -0 appdb/unit_test/run_tests.php Added 1.1 +0 -0 appdb/unit_test/test_filter.php