This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 166529

Summary: Incorrect UI for tests with PHP error
Product: php Reporter: Tomas Mysik <tmysik>
Component: PHPUnitAssignee: Tomas Mysik <tmysik>
Status: VERIFIED FIXED    
Severity: blocker CC: fzamboj, sustaining
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tomas Mysik 2009-06-04 10:06:40 UTC
To reproduce: have a test with require('some/non-existing/file');

To fix: check the return code from PHPUnit and stop if any error occurs.
Comment 1 Tomas Mysik 2009-06-04 10:12:49 UTC
Hint: remove log files after run; add system property "...keeplogs" for keeping those files to able to evaluate and fix issues
Comment 2 Tomas Mysik 2009-07-03 09:41:19 UTC
Fixed. Filipe, please verify. Thanks a lot.
http://hg.netbeans.org/web-main/rev/53d92601fca8
Comment 3 Tomas Mysik 2009-07-03 14:19:09 UTC
*** Issue 167125 has been marked as a duplicate of this issue. ***
Comment 4 Quality Engineering 2009-07-03 17:37:09 UTC
Integrated into 'main-golden', will be available in build *200907031400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/53d92601fca8
User: Tomas Mysik <tmysik@netbeans.org>
Log: #166529: Incorrect UI for tests with PHP error
Comment 5 Filip Zamboj 2009-07-07 13:14:44 UTC
Product Version: NetBeans IDE Dev (Build 2009-07-07_12-04-30 )
Java: 1.5.0_17-ea; Java HotSpot(TM) 64-Bit Server VM 1.5.0_17-ea-b01
System: Linux version 2.6.28-13-generic running on amd64; UTF-8; en_US (nb)
Comment 6 pgebauer 2009-07-07 15:49:33 UTC
The fix has been ported into the release67_fixes repository.
http://hg.netbeans.org/release67_fixes/rev/f9777a26f9bd
Comment 7 Tomas Mysik 2009-07-14 12:02:47 UTC
*** Issue 168534 has been marked as a duplicate of this issue. ***