Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Cleanup log file name variables used by the installer unit tests. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
98632c4b63d9f90b1a148578765ed88d |
User & Date: | mistachkin 2012-01-01 06:06:17.135 |
Context
2012-01-02
| ||
03:46 | Make sure the DbProviderFactory modifications by the installer are logged at the highest priority level and are always logged in 'what-if' mode. check-in: 813e72935f user: mistachkin tags: trunk | |
2012-01-01
| ||
06:06 | Cleanup log file name variables used by the installer unit tests. check-in: 98632c4b63 user: mistachkin tags: trunk | |
05:59 | Format the installer log messages consistently using the ForDisplay method. Delete the temporary log files after running each installer test. check-in: dfc76406d4 user: mistachkin tags: trunk | |
Changes
Changes to Tests/installer.eagle.
︙ | ︙ | |||
187 188 189 190 191 192 193 | unset -nocomplain code output error fileName } -constraints \ {eagle visualStudio2010 file_Installer.exe file_Uninstaller_Test_Vs2010.log} \ -result {0 True}} ############################################################################### | > | | 187 188 189 190 191 192 193 194 195 196 197 198 199 200 | unset -nocomplain code output error fileName } -constraints \ {eagle visualStudio2010 file_Installer.exe file_Uninstaller_Test_Vs2010.log} \ -result {0 True}} ############################################################################### unset -nocomplain testUninstallVs2010LogFile testUninstallVs2008LogFile \ testInstallVs2010LogFile testInstallVs2008LogFile installerExeFile ############################################################################### runSQLiteTestEpilogue runTestEpilogue |