-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Could not find a simple reproducer. In MIES Basic.pxp define
Function testme()
FAIL()
End
- Delete
root:Packages
- Run it once:
•runwithOpts(testcase = "testme")
Start of test "MIES with Basic"
Entering test suite "UTF_PackageSettings.ipf"
Entering test case "testme"
0: is false. Assertion "FAIL()" failed in testme (UTF_PackageSettings.ipf, line 87)
Leaving test case "testme"
Failed with 1 errors
Leaving test suite "UTF_PackageSettings.ipf"
Test finished with 1 errors
▶ Assertion "FAIL()" failed in testme (UTF_PackageSettings.ipf, line 87)
End of test "MIES with Basic"
looks good, but the next time not:
•runwithOpts(testcase = "testme")
Start of test "MIES with Basic"
Entering test suite "UTF_PackageSettings.ipf"
Entering test case "testme"
0: is false. Assertion "FAIL()" failed in testme (UTF_PackageSettings.ipf, line 87)
ⓘ Testcase: testme, Contents:
ⓘ The default save location for MIES json configuration "C:MiesSave" must not exist for the tests.
Leaving test case "testme"
Failed with 1 errors
Leaving test suite "UTF_PackageSettings.ipf"
Test finished with 1 errors
▶ Assertion "FAIL()" failed in testme (UTF_PackageSettings.ipf, line 87)
End of test "MIES with Basic"