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 51375

Summary: Options folder "IDE Configuration > Look and Feel > Actions > Unit test" not localizable
Product: java Reporter: Marian Petras <mpetras>
Component: JUnitAssignee: Marian Petras <mpetras>
Status: CLOSED FIXED    
Severity: blocker CC: jf4jbug, kfrank
Priority: P3 Keywords: I18N
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marian Petras 2004-11-10 14:32:27 UTC
In the Options dialog, options folder

   IDE Configuration
       Look and Feel
           Actions
               Unit tests

has a bad label (better: "JUnit Tests") and is not
localizable.
Comment 1 Marian Petras 2004-11-10 15:18:25 UTC
Fixed in the trunk.

Modified files:
    junit/src/org/netbeans/modules/junit/Bundle.properties   (1.52)
    junit/src/org/netbeans/modules/junit/resources/layer.xml   (1.29)
Comment 2 Marian Petras 2004-11-10 15:47:19 UTC
This bug should be fixed in NetBeans 4.0. It is an
internationalization bug. It has recently been identified in a
commercial product (based on an earlier version of NetBeans). If it
does not get fixed here, it may get promoted to future commercial
products. The patch is very simple and low-risk:

See the diffs:
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/Bundle.properties.diff?r1=1.51&r2=1.52&f=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/resources/layer.xml.diff?r1=1.28&r2=1.29&f=u

After I fixed the bug in the trunk, I performed a functional test
manually - there are no automatic tests covering this bug.
Comment 3 Ondrej Rypacek 2004-11-10 16:17:11 UTC
Ok, the fix is fine.
Comment 4 Marian Petras 2004-11-11 07:45:29 UTC
*** Issue 51347 has been marked as a duplicate of this issue. ***
Comment 5 Marian Petras 2004-11-12 07:26:27 UTC
Fixed in branch 'release40', too.

Modified files:
   junit/src/org/netbeans/modules/junit/Bundle.properties   (1.51.2.1)
   junit/src/org/netbeans/modules/junit/resources/layer.xml   (1.28.2.1)
Comment 6 Martin Schovanek 2004-11-16 15:37:52 UTC
v