Fixing tests (wip)

This commit is contained in:
Claude Brisson
2024-09-04 13:33:02 +02:00
parent 06ecd3e27b
commit beeb57a549
3 changed files with 18 additions and 3 deletions

View File

@@ -140,6 +140,8 @@ class PairingTests: TestBase() {
}
fun test_from_XML(name:String){
// Let pairgoth use the legacy asymmetric detRandom()
BaseSolver.asymmetricDetRandom = true
// read tournament with pairing
val file = getTestFile("opengotha/pairings/$name.xml")
logger.info("read from file $file")
@@ -219,6 +221,7 @@ class PairingTests: TestBase() {
@Test
fun `SwissTest simpleSwiss`() {
BaseSolver.asymmetricDetRandom = true
// read tournament with pairing
var file = getTestFile("opengotha/pairings/simpleswiss.xml")
logger.info("read from file $file")