diff options
Diffstat (limited to 'src/test/burn/TestData/Manual/BundleA')
-rw-r--r-- | src/test/burn/TestData/Manual/BundleA/ManualTests.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/burn/TestData/Manual/BundleA/ManualTests.txt b/src/test/burn/TestData/Manual/BundleA/ManualTests.txt index b8c6e74d..351f2c1f 100644 --- a/src/test/burn/TestData/Manual/BundleA/ManualTests.txt +++ b/src/test/burn/TestData/Manual/BundleA/ManualTests.txt | |||
@@ -152,3 +152,13 @@ CanRestartFromUnelevatedPerUserBundleWithShutdownPrivilege | |||
152 | ======================================= | 152 | ======================================= |
153 | 153 | ||
154 | (10. Uninstall the bundle) | 154 | (10. Uninstall the bundle) |
155 | |||
156 | CanShowSplashScreenQuicklyAndCacheThousandsOfFilesInLinearTime | ||
157 | |||
158 | 1. Run BundleB.exe. | ||
159 | 2. The splash screen should come up immediately (less than 1 second). | ||
160 | 3. After the wixstdba UI comes up, make sure the splash screen was closed (it might be hiding underneath windows). | ||
161 | 4. Click Install (accept elevation). | ||
162 | 5. This bundle contains 10000 loose files which needs to be cached, which used to take over 30 minutes. The exact timing can be different on different machines, but it should be closer to 30 seconds. | ||
163 | 6. Click Close. | ||
164 | (7. Uninstall the bundle) | ||