eclipse-modisco / org.eclipse.modisco

Eclipse Public License 2.0
0 stars 0 forks source link

[Unit Test Failure] org.eclipse.modisco.usecase.modelfilter.tests.SimpleBlackBoxDiscovery.testUmlModelFromJavaProjectWithReferenceModel #913

Closed eclipse-modisco-bot closed 3 hours ago

eclipse-modisco-bot commented 3 hours ago

| --- | --- | | Bugzilla Link | 468346 | | Status | RESOLVED FIXED | | Importance | P4 normal | | Reported | May 26, 2015 12:01 EDT | | Modified | Jan 11, 2020 13:36 EDT | | Version | 0.13.0 | | Depends on | 468674 | | Reporter | Gregoire Dupe |

Description

org.eclipse.modisco.usecase.modelfilter.tests.SimpleBlackBoxDiscovery.testUmlModelFromJavaProjectWithReferenceModel fails.

eclipse-modisco-bot commented 3 hours ago

By Gregoire Dupe on May 28, 2015 11:50

I've improved the message login (commit ac391c070395c894b6dac5496e5040ed7c89aa03):

Here is the new error message:

java.lang.UnsupportedOperationException: Must be rewritten with EMF Compare 2.0\ at org.eclipse.modisco.common.tests.TestModelUtils.compareModels(TestModelUtils.java:65)\ at org.eclipse.modisco.usecase.modelfilter.tests.SimpleBlackBoxDiscovery.testUmlModelFromJavaProjectWithReferenceModel(SimpleBlackBoxDiscovery.java:140)\ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)\ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)\ at java.lang.reflect.Method.invoke(Method.java:597)\ at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)\ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)\ at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)\ at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)

The body of the method 'TestModelUtils.compareModels' has been commented...

eclipse-modisco-bot commented 3 hours ago

By Gregoire Dupe on May 28, 2015 12:12

We have to ignore this test while the bug 468674 is not fixed.

commit 07d2ad94dd509436c2901b44c1edabcf6d896f82

eclipse-modisco-bot commented 3 hours ago

By Ed Willink on Jan 11, 2020 13:36

After fixing Bug 559016 and corrolaries, this test passes.