Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] #checkIn:Fix 176798 Errors occur in JUnit test of org.eclipse.birt.data in daily build 20070309

Summary:

Fix 176798 Errors occur in JUnit test of org.eclipse.birt.data in daily build 20070309

 

Bugzilla Entry(ies) Resolved:

[176798] Errors occur in JUnit test of org.eclipse.birt.data in daily build 20070309

 

Description:

The bug only occurs in jdk lower than version 1.5(exc.). In jdk version lower than 1.5, timestamp value cannot be directly compare to Date value otherwise ClassCaseException will be thrown. Add some type converting code to make them comparable even under jdk 1.4.2.

 

Tests Description:

Unit Test.

 

Notes to Build Team:

None.

 

Notes to Developers:

None.

 

Notes to QA:

None.

 

Notes to Documentation:

None.

 

Files Edited:

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/CacheUtil.java"

Files Added:

 

Files Deleted:

 


Back to the top