| In order to run the Integration tests contained withing this plug-in you need ot; | |
| 1) Open up install.product and export to a directory somewhere | |
| 2) Open up the InstallerIntegrationTest class (under org.eclipse.e4.enterprise.installer.test.integration) | |
| 3) Change the EXPORT_DIR constant to match the directory where you exported in Step 1) | |
| (Don't include any eclipse sub directory) | |
| 4) Right click InstallerIntegrationTest and click "Run as Junit test" | |
| --------- | |
| Problems writing an integration test for upgrade problem: | |
| 1) Unlike all the other tests, this test must start with a fixture that is at a specific version. | |
| 2) | |
| What this is *really* chasing is: Can we upgrade from any prior version of the platform to the current | |
| version and guarantee that (1) it works, and (2) there is some minimal consistent behavior. | |