Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Running the JUnit tests

Yes, I just fixed that. I upgraded the Core plugin to not use Eclipse 3.0 
runtime compatibility, but to use the new runtime directly. For some 
reason that broke the UI tests so I have now done the same there. Try an 
Update and you should get the fix.

Doug Schaefer, IBM's Technical Lead, Eclipse CDT
Ottawa Lab, IBM Canada, Rational Software Division



"Treggiari, Leo" <leo.treggiari@xxxxxxxxx> 
Sent by: cdt-dev-admin@xxxxxxxxxxx
11/24/2004 01:12 PM
Please respond to
cdt-dev


To
<cdt-dev@xxxxxxxxxxx>
cc

Subject
[cdt-dev] Running the JUnit tests






What?s the best way for a developer to run the full set of JUnit tests?
 
I?m been running these 3 test sets separately:
 
1.      Core Tests 
-org.eclipse.cdt.core.tests\suite\org.eclipse.cdt.core.suite\AutomatedIntegrationSuite.java
2.      UI Tests 
-org.eclipse.cdt.ui.tests\ui\org.eclipse.cdt.ui.tests\AutomationSuite.java
3.      Managed Builder Tests 
-org.eclipse.cdt.managedbuilder.core.tests\suite\org.eclipse.cdt.managedbuilder.tests.suite\AllManagedBuildTests.java
 
In the last few days, I?ve been unable to run the UI Tests.  Eclipse comes 
back with:
 
Class not found org.eclipse.cdt.ui.tests.AutomatedSuite
 
Anyone know what has changed?  Or is there a different way that I should 
be running the tests?
 
Thanks,
Leo
 



Back to the top