Bug 183373 - test cases for gvid Messages and FcsCounter
Summary: test cases for gvid Messages and FcsCounter
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Geclipse (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Thomas Kockerbauer CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-04-20 09:37 EDT by Jie Tao CLA
Modified: 2014-01-09 16:17 EST (History)
0 users

See Also:


Attachments
patch (5.57 KB, patch)
2007-04-20 09:38 EDT, Jie Tao CLA
aog-ecl: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jie Tao CLA 2007-04-20 09:37:02 EDT
there is an error with the class Messages. Please check it.
Comment 1 Jie Tao CLA 2007-04-20 09:38:03 EDT
Created attachment 64437 [details]
patch
Comment 2 Thomas Kockerbauer CLA 2007-05-21 11:08:26 EDT
I've applied a part of the patch, I did not apply the test for the FpsCounter because it is very timing related and if there is another task running while testing which slows down the test at the right time the test will fail.
There were some small errors in the test case for the Messages.java file, I've corrected them and applied the patch.
The test for the formatMessage method failed because for formatMessage ' characters have the be escaped in the messages.properties files (so "Can't" had to be replaced by "Can''t").
Comment 3 Thomas Kockerbauer CLA 2008-05-15 11:37:23 EDT
closing
Comment 4 Ariel Garcia CLA 2009-05-03 09:05:53 EDT
Comment on attachment 64437 [details]
patch

Applied by Thomas