Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 361532

Summary: LogResult.assertBigIntEqual1() running javascript writes out redundant information
Product: z_Archived Reporter: Kathy Carroll <carrollk>
Component: EDTAssignee: Project Inbox <edt.language-inbox>
Status: CLOSED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: jqian
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Kathy Carroll CLA 2011-10-20 08:25:18 EDT
Java output.  Has the desired output:

AnyParameters001::testFunctionParameterIn1: FAILED - Failed: Expected value = '50' Actual value = '1' 
AnyParameters001::testFunctionParameterIn2: FAILED - Failed: Expected value = '50' Actual value = '2' 
AnyParameters001::testFunctionParameterIn3: FAILED - Failed: Expected value = '50' Actual value = '3' 

JavaScript has too much.  I have to scroll to see the helpful information

AnyParameters001::testFunctionParameterIn1: Assertion failed for: AnyParameters001::testFunctionParameterIn1FAILED - Failed: Expected value = '1' Actual value = '3' 
AnyParameters001::testFunctionParameterIn2: Assertion failed for: AnyParameters001::testFunctionParameterIn2FAILED - Failed: Expected value = '2' Actual value = '3'
Comment 1 Jing Qian CLA 2011-10-24 14:20:21 EDT
I've modified the EUnit runtime code to fix this, at the mean time, found the record passing issue with both java and javascript

opened bug 361589 for java gen
opened bug 361590 for js gen
Comment 2 Kathy Carroll CLA 2011-10-25 11:47:59 EDT
verified with build 201110241434 & closed