SummaryProject org.eclipse.birt.report.designer.tests
compiles faile.
Bugzilla Bug (s)
ResolvedN//A
Description It fails
to compile, there're some reasons
as
following:1.PropertyTabUI changes the API, but the test code doesn't
update;
2.FlowMoveChildCmdTest uses ReportElementHandle, but in fact it has
been removed, which is taked place by SlotHandle;
3.DefaultPageGnerator uses
CTabItem instead of TabItem, CTabFolder instead of TabFolder and so on;
4.The
test project depends on
org.eclipse.birt.report.designer.ui.views.
Fixed.
Run in JUnit, works
well.
Tests Description Manual
test
Files Edited
/org.eclipse.birt.report.designer.tests/META-INF/MANIFEST.MF
/org.eclipse.birt.report.designer.tests/src/org/eclipse/birt/report/designer/tests/example/matrix/PropertyTabUITest.java
/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/core/commands/FlowMoveChildCmdTest.java
/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/ui/views/attributes/DefaultPageGeneratorTest.java
Files Added
Files Deleted
Notes to Build Team Notes to
Developers Notes to QA
Notes to Documentation