Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 361532 - LogResult.assertBigIntEqual1() running javascript writes out redundant information
Summary: LogResult.assertBigIntEqual1() running javascript writes out redundant inform...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-20 08:25 EDT by Kathy Carroll CLA
Modified: 2017-02-23 14:18 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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