fix double dudd inversion and mm tests pass now
This commit is contained in:

committed by
Claude Brisson

parent
163b243c41
commit
c5d0cab7b0
@@ -78,6 +78,7 @@ class PairingTests: TestBase() {
|
||||
if (isValid) {
|
||||
// Key exists but values differ - print key
|
||||
logger.info("Difference found at $key")
|
||||
logger.info(" pairgoth opengotha")
|
||||
logger.info("baseDuplicateGameCost = "+value!![0].toString()+" "+map2[key]!![0].toString())
|
||||
logger.info("baseRandomCost = "+value!![1].toString()+" "+map2[key]!![1].toString())
|
||||
logger.info("baseBWBalanceCost = "+value!![2].toString()+" "+map2[key]!![2].toString())
|
||||
@@ -401,4 +402,4 @@ class PairingTests: TestBase() {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user