Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Problems with the tests

https://bugs.eclipse.org/bugs/show_bug.cgi?id=290602
You can't install the same verifier bundle on 3.5 and 3.6 because of the refactoring that we are currently performing and started in HEAD in M3.

Inactive hide details for Ian Bull ---11/03/2009 02:18:31 AM---After I refactored Query to IQuery, and moved the interface to tIan Bull ---11/03/2009 02:18:31 AM---After I refactored Query to IQuery, and moved the interface to the new Query API directory, one of the tests failed (The 35 to


From:

Ian Bull <irbull@xxxxxxxxxxxxxxxxx>

To:

P2 developer discussions <p2-dev@xxxxxxxxxxx>

Date:

11/03/2009 02:18 AM

Subject:

[p2-dev] Problems with the tests




After I refactored Query to IQuery, and moved the interface to the new Query API directory, one of the tests failed (The 35 to 36 test cases we have). After some investigation, it appears to be a problem with the test cases.

During the tests, the p2.tests.verifier is run (to verify things worked properly).  However, after this refactoring, the application failed to launch. It appears that the application is installed in (via dropins) into an existing Eclipse application (it's dropped into an Eclipse 3.5 install).  However, because of the refactoring, this fails, and thus the verifier fails to run, and thus the test fails.

Did this make sense?  Is there a reason we assume that an Eclipse 3.6 bundle can be installed in Eclipse 3.5?

cheers,
ian


--
R. Ian Bull | EclipseSource Victoria | +1 250 477 7484

http://eclipsesource.com | http://twitter.com/eclipsesource_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


GIF image

GIF image


Back to the top