aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner
diff options
context:
space:
mode:
authorLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2019-04-24 02:30:50 -0400
committerLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2019-04-24 02:30:50 -0400
commit515d94e442c644a9984422f11efecacc5041db60 (patch)
treefabf1bf3afda629a66f19a8742e00ebd0e0bc2c0 /Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner
parentVAMPIRE: close #22, improve test structure for #39, .vql file trouble (diff)
downloadVIATRA-Generator-515d94e442c644a9984422f11efecacc5041db60.tar.gz
VIATRA-Generator-515d94e442c644a9984422f11efecacc5041db60.tar.zst
VIATRA-Generator-515d94e442c644a9984422f11efecacc5041db60.zip
VAMPIRE: add to #40. I am tired
Diffstat (limited to 'Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner')
-rw-r--r--Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/icse/FAMTest.xtend4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/icse/FAMTest.xtend b/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/icse/FAMTest.xtend
index 3fc3d70f..bbea9822 100644
--- a/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/icse/FAMTest.xtend
+++ b/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/icse/FAMTest.xtend
@@ -81,8 +81,8 @@ class FAMTest {
81 // add configuration things, in config file first 81 // add configuration things, in config file first
82 it.documentationLevel = DocumentationLevel::FULL 82 it.documentationLevel = DocumentationLevel::FULL
83 83
84 it.typeScopes.minNewElements = 4 84 it.typeScopes.minNewElements = 24
85 it.typeScopes.maxNewElements = 5 85 it.typeScopes.maxNewElements = 25
86 if(typeMapMin.size != 0) it.typeScopes.minNewElementsByType = typeMapMin 86 if(typeMapMin.size != 0) it.typeScopes.minNewElementsByType = typeMapMin
87 if(typeMapMin.size != 0) it.typeScopes.maxNewElementsByType = typeMapMax 87 if(typeMapMin.size != 0) it.typeScopes.maxNewElementsByType = typeMapMax
88 it.contCycleLevel = 5 88 it.contCycleLevel = 5