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 33273 - Localizable golden files
Summary: Localizable golden files
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-28 11:53 UTC by Martin Schovanek
Modified: 2006-12-04 08:45 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2003-04-28 11:53:59 UTC
If we want to have full localized test we should
have localizable golden files. It could work like
resource bundles i.e. in goldenfiles directory
would be:

test.pass
test.pass_ja

and the right version would be choosed using the
current locale.
Comment 1 Martin Brehovsky 2003-05-05 12:58:29 UTC
Interesting feature. Juts FYI, please note, instead of this feature,
you can currently use a workaround by defining your test.pass filename
in resource bundle, load it dynamically via Bundle.getResource() and
compare the files via assertFile().