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 - Options folder "IDE Configuration > Look and Feel > Actions > Unit test" not localizable
Summary: Options folder "IDE Configuration > Look and Feel > Actions > Unit test" not ...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: I18N
: 51347 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-10 14:32 UTC by Marian Petras
Modified: 2006-03-24 10:21 UTC (History)
2 users (show)

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 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