diff options
Diffstat (limited to 'src/test/burn/TestData/Manual/BundleD/ManualTests.txt')
-rw-r--r-- | src/test/burn/TestData/Manual/BundleD/ManualTests.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/burn/TestData/Manual/BundleD/ManualTests.txt b/src/test/burn/TestData/Manual/BundleD/ManualTests.txt new file mode 100644 index 00000000..309338cc --- /dev/null +++ b/src/test/burn/TestData/Manual/BundleD/ManualTests.txt | |||
@@ -0,0 +1,10 @@ | |||
1 | BafRelatedBundleVariableTesting | ||
2 | # Building, Run initial build w/ no parameters, run a second (re)build w/ a /p:Version=1.1.0.0 (ensure it actually builds, as CLI params aren't accounted in the build optimization) | ||
3 | 1. Run BundleD.exe (v1.0). | ||
4 | 2. Click Install. | ||
5 | 3. Verify that the Bundle installs successfully. | ||
6 | 4. Run BundleD.exe (v1.1). | ||
7 | 5. Check the log file in %TEMP% There should be lines reporting: | ||
8 | [0708:04B4]i000: AString = This is a test | ||
9 | [0708:04B4]i000: ANumber = 42 | ||
10 | |||