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 102310 - j2ee/persistence test failures due to differences in formatting
Summary: j2ee/persistence test failures due to differences in formatting
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-04-24 11:29 UTC by Erno Mononen
Modified: 2007-07-19 13:52 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 Erno Mononen 2007-04-24 11:29:24 UTC
The following tests cases fail since the formatting of the generated classes 
doesn't match the formatting in the corresponding golden files. Not sure 
whether the change in formatting is intentional or a bug.

org.netbeans.modules.j2ee.persistence.action.ApplicationManagedResourceTransactionInJ2SETest
Test Case: testGenerateWithExistingEM [200704231800][regression from 
200704191800(2)]
Test Case: testGenerateWithExistingEMF [200704231800][regression from 
200704191800(2)]

org.netbeans.modules.j2ee.persistence.action.ApplicationManagedResourceTransactionInjectableIeInEJBTest
Test Case: testGenerateWithExistingEM [200704231800][regression from 
200704191800(2)]

org.netbeans.modules.j2ee.persistence.action.ApplicationManagedResourceTransactionInjectableInWebTest
Test Case: testGenerateWithExistingEMF [200704231800][regression from 
200704191800(2)]

org.netbeans.modules.j2ee.persistence.action.ApplicationManagedResourceTransactionNonInjectableInEJBTest
Test Case: testGenerateWithExistingEMF [200704231800][regression from 
200704191800(2)]

org.netbeans.modules.j2ee.persistence.action.ApplicationManagedResourceTransactionNonInjectableInWebTest
Test Case: testGenerateWithExistingEMF [200704231800][regression from 
200704191800(2)]

org.netbeans.modules.j2ee.persistence.action.ContainerManagedJTANonInjectableInWebTest
Test Case: testGenerateWithExistingEM [200704231800][regression from 
200704191800(2)]
Comment 1 Erno Mononen 2007-06-29 18:52:36 UTC
Most of these should be fixed already, they were caused by a bug in the formatting engine.
Comment 2 Erno Mononen 2007-07-19 13:52:11 UTC
All of these seem to pass now, so closing.