Skip to content
Snippets Groups Projects
Commit 67539038 authored by Andrea Enrici's avatar Andrea Enrici
Browse files

Modified test on code generation. It will be tested with no compilation option

parent d270e67d
No related branches found
No related tags found
1 merge request!49Diplodocus test
......@@ -46,7 +46,8 @@ public class TestGTURTLEModeling extends AbstractUITest {
final String codeDirExpected = RESOURCES_DIR + mappingDiagName + File.separator + "expected" + File.separator;
mainGui.gtm.generateCCode( codeDir );
// Test code generation with no compilation option
mainGui.gtm.generateCCode( codeDir, "" );
/*try {
Thread.sleep(5000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment