The following tests were disabled while open-sourcing the test area:
Common dialogs [ /Subarea=Commondialog ]
Navigation:
Journal
The cause of failure is not known as of now. It may be that the tests themselves need to be fixed.
For re-enabling the tests -
- Search for the methods named as above in the code.
- Comment out the DisabledTestCase attribute before the test function.
To run the tests in isolation, use the following command:
.\RunTests.cmd /Area=AppModel /Name=<test-name>
is the full name mentioned above in the list
To run a subarea:
.\RunTests.cmd /Area=AppModel /Subarea=<subarea-name>
is the full name of the Subarea (like: Journal, commondialog)
For debugging the tests, add the /DebugTests argument in the command above.
Related issue: [Microsuite] Failures AppModel & Editing #49
The following tests were disabled while open-sourcing the test area:
Common dialogs [ /Subarea=Commondialog ]
Navigation:
Journal
The cause of failure is not known as of now. It may be that the tests themselves need to be fixed.
For re-enabling the tests -
To run the tests in isolation, use the following command:
is the full name mentioned above in the list
To run a subarea:
is the full name of the Subarea (like: Journal, commondialog)
For debugging the tests, add the /DebugTests argument in the command above.
Related issue: [Microsuite] Failures AppModel & Editing #49