-
Notifications
You must be signed in to change notification settings - Fork 703
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue where the TestViewsDisposeCorrectly was not doing what it w…
…as supposed to do (#2964) * add Disposal Test and fix an ssue where the CopyClipboard test was failing * Update ViewDisposalTest.cs * Update ViewDisposalTest.cs: Some Formatting, and adding code comments. * Fix ViewDisposalTests (Wasn't working the way it was supposed to) * update test * update test * update test * try to fix as many conflicts as possible * make test output prettier * fix formatting * Fix Subviews not being empty after disposing on all views. * The fail cause was Application.Top not being disposed. * Fix others containers that weren't being removed. * Revert "The fail cause was Application.Top not being disposed." This reverts commit 0c2183e. * Application.Top isn't null and need disposing. * Fixes #2985. Application.RunState must be responsible for dispose the Toplevel property. * Change the unit test with ans without Application.Shutdown method. * Update ViewDisposeTests to actually check wether ALL views have been disposed (not just container) * small additional check just to be safe * Update ViewDisposalTest.cs: Formatting * Update ViewDisposalTest.cs: Minor change to re-trigger Action TestVKPacket is acting up again. Maybe the test is running async and is receiving scan codes from other instances? --------- Co-authored-by: John Züchler <john.zuechler@eks-intec.de> Co-authored-by: BDisp <bd.bdisp@gmail.com> Co-authored-by: Tig <tig@users.noreply.github.com>
- Loading branch information
1 parent
91865ee
commit c7942ae
Showing
12 changed files
with
140 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.