Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCamille Letavernier2015-02-02 16:25:33 +0000
committerCamille Letavernier2015-02-02 16:25:33 +0000
commite33c54b43d73bb8230cec6b929d733ff2aec308d (patch)
tree74ff857007e09a389165cb3e8a2765dcb5399b92 /tests
parent309457b795b0d329fd3c09c02dadd7b47c955bc8 (diff)
downloadorg.eclipse.papyrus-e33c54b43d73bb8230cec6b929d733ff2aec308d.tar.gz
org.eclipse.papyrus-e33c54b43d73bb8230cec6b929d733ff2aec308d.tar.xz
org.eclipse.papyrus-e33c54b43d73bb8230cec6b929d733ff2aec308d.zip
[Model Import] Update tests to fail rather than freeze if something goes
wrong - Fix the remaining test case
Diffstat (limited to 'tests')
-rw-r--r--tests/junit/extraplugins/migration/org.eclipse.papyrus.migration.rsa.tests/src/org/eclipse/papyrus/migration/rsa/tests/qvt/BatchImportTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/junit/extraplugins/migration/org.eclipse.papyrus.migration.rsa.tests/src/org/eclipse/papyrus/migration/rsa/tests/qvt/BatchImportTest.java b/tests/junit/extraplugins/migration/org.eclipse.papyrus.migration.rsa.tests/src/org/eclipse/papyrus/migration/rsa/tests/qvt/BatchImportTest.java
index 4b4c57348c5..c33bb5ba9f0 100644
--- a/tests/junit/extraplugins/migration/org.eclipse.papyrus.migration.rsa.tests/src/org/eclipse/papyrus/migration/rsa/tests/qvt/BatchImportTest.java
+++ b/tests/junit/extraplugins/migration/org.eclipse.papyrus.migration.rsa.tests/src/org/eclipse/papyrus/migration/rsa/tests/qvt/BatchImportTest.java
@@ -86,6 +86,9 @@ public class BatchImportTest extends AbstractTransformationTest {
launcher.waitForCompletion();
Assert.assertTrue("The transformation didn't complete normally", launcher.getResult().isOK());
+ for (IFile sourceFile : mainModelFiles){
+ checkResultFile(sourceFile);
+ }
// ///////////////////////////////////////////
}

Back to the top