Altered test install scripts so that the script now runs a watir script that installs the webmip test application onto apex. At this point in time it only installs the application export file (the CSS,theme and pictures have to be installed manually). This means we can now automatically install a test instance of webmip.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2934 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2007-12-03 16:15:37 +00:00
parent c4194fe762
commit a35df4b603
3 changed files with 116 additions and 51 deletions

View File

@@ -35,10 +35,14 @@ cd ..\..
goto :done
:test
@echo Install Test
@echo Install Test data
cd Data\test
call InstallData %3/%4@%5
@echo Installed Test data
@echo Installing Test application in APEX...
ruby apex_auto_install.rb
cd ..\..
@echo Test Complete
goto :done