Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 321569 - [Unit Test Failure] : org.eclipse.gmt.modisco.java.queries.tests.ModifierJavaQueriesTest.modifierJavaQueriesTest
Summary: [Unit Test Failure] : org.eclipse.gmt.modisco.java.queries.tests.ModifierJava...
Status: CLOSED FIXED
Alias: None
Product: MoDisco
Classification: Modeling
Component: Technologies (show other bugs)
Version: 0.9.0   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: 0.9.0 M2   Edit
Assignee: Fabien Giquel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-03 05:57 EDT by Fabien Giquel CLA
Modified: 2010-10-18 08:35 EDT (History)
4 users (show)

See Also:
fabien.giquel: indigo+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabien Giquel CLA 2010-08-03 05:57:02 EDT
The test fails on hudson nightly build :

org.eclipse.gmt.modisco.infra.query.core.exception.ModelQueryException: Failed to load the model query: modifierJavaQueries::isAccess
	at org.eclipse.gmt.modisco.infra.query.core.java.internal.JavaModelQueryFactory.create(JavaModelQueryFactory.java:183)
	at org.eclipse.gmt.modisco.infra.query.core.ModelQuerySetCatalog.getModelQueryImpl(ModelQuerySetCatalog.java:187)
	at org.eclipse.gmt.modisco.java.queries.tests.ModifierJavaQueriesTest.modifierJavaQueriesTest(ModifierJavaQueriesTest.java:206)


Caused by: java.lang.IllegalStateException: QuerySet file not found: /org.eclipse.gmt.modisco.java.queries/modifierJavaQueries.querySet
	at org.eclipse.gmt.modisco.infra.query.core.java.internal.JavaModelQueryFactory.create(JavaModelQueryFactory.java:104)
Comment 1 Gregoire Dupe CLA 2010-08-05 11:34:55 EDT
In revision 2836, I've added debug messages to understand the bug. (in the
branch 0.8.0).
Comment 2 Nicolas Bros CLA 2010-09-09 08:54:37 EDT
This test now passes successfully on Hudson.
Comment 3 Hugo Bruneliere CLA 2010-10-05 04:31:23 EDT
Bug fixed.