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 68412 - Use JellyTestCase as base class for MultiViewTest test
Summary: Use JellyTestCase as base class for MultiViewTest test
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Blaha
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-09 19:52 UTC by Martin Schovanek
Modified: 2011-06-10 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2005-11-09 19:52:05 UTC
[#200511081900, jdk1.5.0]

Even if you are not using Jelly/Jemmy libraries in the tests, I sugeest to use
JellyTestCase as test base class because it captures screen when test fails. It
is useful for fail evaluation.
Comment 1 Petr Blaha 2005-11-11 15:37:20 UTC
Checking in EBDetailsAndCMPFieldPanelTest.java;
/cvs/j2ee/test/qa-functional/src/org/netbeans/test/j2ee/multiview/EBDetailsAndCMPFieldPanelTest.java,v
 <--  EBDetailsAndCMPFieldPanelTest.java
new revision: 1.5; previous revision: 1.4
done
Checking in MultiViewTest.java;
/cvs/j2ee/test/qa-functional/src/org/netbeans/test/j2ee/multiview/MultiViewTest.java,v
 <--  MultiViewTest.java
new revision: 1.7; previous revision: 1.6
done
Checking in EBGeneralAndClassPanelTest.java;
/cvs/j2ee/test/qa-functional/src/org/netbeans/test/j2ee/multiview/EBGeneralAndClassPanelTest.java,v
 <--  EBGeneralAndClassPanelTest.java
new revision: 1.7; previous revision: 1.6
done
Checking in EjbModuleTest.java;
/cvs/j2ee/test/qa-functional/src/org/netbeans/test/j2ee/multiview/EjbModuleTest.java,v
 <--  EjbModuleTest.java
new revision: 1.7; previous revision: 1.6
done
Comment 2 Martin Schovanek 2007-02-06 17:23:56 UTC
v.