[go: up one dir, main page]

Menu

Tree [r1178] / org.hip.viffw.test / trunk /
 History

HTTPS access


File Date Author Commit
 META-INF 2012-02-05 aktion-hip [r1177] - Replaced DB provider service by OSGi DB acces...
 de 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.
 src 2012-02-05 aktion-hip [r1178] Removed empty directory.
 temp_ressources 2012-02-02 aktion-hip [r1171] Initial checkin of project in svn.
 CodeTest.xml 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.
 ErrorMessages_de.properties 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.
 README.txt 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.
 ROLES.xml 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.
 TestFile.txt 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.
 VIFErrMessages.properties 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.
 VIFErrMessages_de.properties 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.
 VIFErrMessages_en.properties 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.
 VIFMessages.properties 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.
 VIFMessages_de.properties 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.
 build.properties 2012-02-05 aktion-hip [r1177] - Replaced DB provider service by OSGi DB acces...
 menuTest.htm 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.
 tools.gif 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.
 vif.properties 2012-02-02 aktion-hip [r1170] Initial checkin of project in svn.

Read Me

Readme for VIF Framework Test
=============================

For that the unit tests can be run, the following preconditions have to be fulfilled:
- Table tblTest (table structure see script table_tblTest.sql) has to exist 
  in an accessible MySQL database.
- The access to the database, i.e. the properties 
  org.hip.vif.db.driver, org.hip.vif.db.url, org.hip.vif.db.userId, org.hip.vif.db.password 
  in ./WEB-INF/conf/vif.properties have to be properly specified.
- The class libraries for xalan (xalan.jar), xerces (xercesImpl.jar) and the MySQL-JDBC (mysql-connector-java-3.0.17-ga-bin.jar) 
  have to be on the classpath.