1.1.0
11/14/2010
100%
8 closed (100%) 0 open (0%)
Release Notes for MakeGood 1.1.0 (stable)¶
English | 日本語
Release Date: 2010-11-14
What's New in MakeGood 1.1.0¶
Supports CakePHP.¶
(Issue #213)
The testing framework of CakePHP has been supported. For more information, see the User Guide.
Supports PHPUnit XML configuration file.¶
(Issue #199)
The PHPUnit XML configuration file has been supported. This allows you to configure the PHPUnit runtime environment by the project specific XML configuration file. For more information, see the User Guide.
Supports Web Page Testing for SimpleTest.¶
(Issue #225)
Web Page Testing by WebTestCase (SimpleTest) and CakeWebTestCase (CakePHP) has been supported.
Four Defect Fixes¶
The following defects have been fixed:
- Sometimes a javassist.CannotCompileException is raised when starting up Eclipse. (Issue #214)
- If a test case have multiple failures/errors, the failure trace represents the contents of the last failure/error. (Issue #218)
- MakeGood Launch Configuration Delegate appears in Run Configurations and Debug Configurations. (Issue #223)
- The system include path is not used when running a test. (Issue #236)