Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 119375 org.eclipse.birt.report.engine unit test failed in daily build 20051206

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 119375 org.eclipse.birt.report.engine unit test failed in daily build 20051206

Summary 

Bugzilla Bug (s) Resolved:
119375 org.eclipse.birt.report.engine unit test failed in daily build 20051206

Description:
1) TOCTest use a design file end with ".rptdesign", the build.xml never copy this resource to the test enviorments, so renname it to ".xml".

2) The report archive must be close() or finish() after the DataEngine is shutdown. Add the close()/finish() in the test.

 
Test Description:
Unit Test
 
Files Edited:
cvs ci -m "fix unit test error in report engine" -l
"/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/toc.xml" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/toc.rptdesign" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/TOCTest.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/data/dte/DataEngineTest.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top