Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix Bugzilla Bug 152296 org.eclipse.birt.report.tests.engine compiles error in daily build 20060731

Summary:
Bugzilla Bug 152296 org.eclipse.birt.report.tests.engine compiles error in daily build 20060731

Bugzilla Bug (s) Resolved: 152296

Description:
This bug is caused by test case Regression_120513.java which used

String.contains() method. This method is only supported in JDK1.5.

Change the method to IndexOf();

Tests Description: Manual test

Notes to Build Team:

Notes to Developers :

Notes to QA:

Notes to Documentation :

Files Edited:
/org.eclipse.birt.report.tests.engine/scr/org/eclipse/birt/report/tests/engine/regression/Regression_120513.java

 

Files Added:

Files Deleted:

 


Back to the top