Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 121487 --- org.eclipse.birt.core unit test failed in daily build 20051220 (on behalf of Wei Zhao)

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 121487 --- org.eclipse.birt.core unit test failed in daily build 20051220 (on behalf of Wei Zhao)

Summary 
Change the second parameter of some assertEquals in org.eclipse.birt.core.exception.BirtExceptionTest.testBirtException.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 121487 --- org.eclipse.birt.core unit test failed in daily build 20051220

Description:
Why:
The getMessage() method of BirtException has been changed, but the relational method which called this method hasn't been changed.

Fix:
Changed.

 
Test Description:
Unit Test
 
Files Edited:
/org.eclipse.birt.core/test/org/eclipse/birt/core/exception/impl/BirtExceptionTest.java#7 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top