ChangeSet ID: 31025 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/04/02 19:05:35
Modified files: unit_test : run_tests.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Add test for testData::getNewestTestIdFromVersionId()
Patch: http://cvs.winehq.org/patch.py?id=31025
Old revision New revision Changes Path 1.13 1.14 +2 -0 appdb/unit_test/run_tests.php
Index: appdb/unit_test/run_tests.php diff -u -p appdb/unit_test/run_tests.php:1.13 appdb/unit_test/run_tests.php:1.14 --- appdb/unit_test/run_tests.php:1.13 3 Apr 2007 0: 5:35 -0000 +++ appdb/unit_test/run_tests.php 3 Apr 2007 0: 5:35 -0000 @@ -31,6 +31,8 @@ echo "\n"; include_once("test_om_objects.php"); echo "\n"; include_once("test_appData.php"); +echo "\n"; +include_once("test_testData.php");
if($bTestSuccess == true) {