Skip to content

Does not reset INFO wave properly #502

@t-b

Description

@t-b

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions