Bug 40195 - set up testing using JDT UI test execution
Summary: set up testing using JDT UI test execution
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: IDE (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P4 enhancement (vote)
Target Milestone: 1.2   Edit
Assignee: Mik Kersten CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-16 07:05 EDT by Mik Kersten CLA
Modified: 2004-03-19 09:42 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mik Kersten CLA 2003-07-16 07:05:34 EDT
Errors that happen during build configuration parsing are not properly 
reported to the user in the task list.  Adam Kiezun (adam.kiezun@gmx.net) 
wrote the following:

> org.eclipse.jdt.ui.tests/test.xml test.xml won't run due to a 
>dependency on org.eclipse.test/library.xml, which >I can't find in CVS (using 
anonymous access to >dev.eclipse.org:/home/eclipse).

don't run the xml - run the full suite using the pde.junit plugin 
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.ui.tests/ui/org/eclips
e/jdt/ui/tests/AutomatedSuite.java

the full suite for refactoring tests is:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.ui.tests.refactoring/t
est%20cases/org/eclipse/jdt/ui/tests/all/AllAllTests.
java

> org.eclipse.jdt.ui.tests.refactoring won't compile due to a dependency 
>org.eclispe.jdt.testplugin package, which I also can't find in CVS.

where do you see such dependency?
there dependencies only on:

org.eclipse.jdt.ui.tests
org.junit
org.eclipse.jdt.ui
org.eclipse.jdt.core
org.eclipse.core.resources
org.eclipse.core.runtime
org.eclipse.ui
org.eclipse.core.boot

all of which are in cvs

> Are these tests public and should I be able to run them?

by all means - they are public and you should be able to run them no problem

> Is there related documentation that I should be reading?

nothing i can think of - maybe just the pde.junit user manual (but i'm sure 
you know that already) http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%
7E/jdt-ui-home/plugins/org.eclipse.jdt.junit/index.html

a.
Comment 1 Mik Kersten CLA 2003-07-16 17:33:35 EDT
> From: 
> http://download.eclipse.org/downloads/drops/S-M2-200210181211/
eclipse-news-M2.html 
Link: http://download.eclipse.org/downloads/drops/S-M2-200210181211/index.php 

Do-it-yourself testing of Eclipse builds. Each time we build a new drop of 
Eclipse, we run a suite of automated tests to ensure that it is functional. 
The complete automated testing framework and test suites are now available as 
a separate drop, so that you can run them locally from the command line (see 
JUnit Plug-in Tests and Automated Testing Framework on the downloads page).
Comment 2 Mik Kersten CLA 2004-02-19 11:40:35 EST
This is now a part of the org.eclipse.ajdt/AJDT_GEN4 testing.
Comment 3 Adrian Colyer CLA 2004-03-19 09:42:17 EST
updating target flag to indicate inclusion in 1.2 release.