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 140930 - Update commit validation tests
Summary: Update commit validation tests
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mariadavydova
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-07-20 21:57 UTC by Ivan Sidorkin
Modified: 2008-11-14 10:30 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 Ivan Sidorkin 2008-07-20 21:57:03 UTC
profiler commit validation tests should be updated to use properties from bundle instead of hard coded strings
to prevent tests fails after changes in UI
Comment 1 Daria Titova 2008-08-05 17:20:00 UTC
Updated
http://hg.netbeans.org/main/rev/1e6ec7785e36
Comment 2 Ivan Sidorkin 2008-08-06 13:23:04 UTC
some strings still hard coded
like:  new ActionNoBlock("Profile|"
  
strings that not used now also should be updated because all tests should be enabled. See Issue 142373
Comment 3 Daria Titova 2008-08-12 13:37:57 UTC
Updated 
http://hg.netbeans.org/main/rev/bf057396edf5
Strings that not used now will be updated in Issue 142373.
Comment 4 Ivan Sidorkin 2008-11-14 10:30:41 UTC
verified