Testing Marauroa using JUnit: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
No edit summary
imported>Kymara
m typo
Line 7: Line 7:
* create a database called '''marauroatest''' on '''localhost''' with an user '''junittest''' and password '''passwd'''
* create a database called '''marauroatest''' on '''localhost''' with an user '''junittest''' and password '''passwd'''
* copy src/marauroa/testserver.ini into your marauroa project root folder
* copy src/marauroa/testserver.ini into your marauroa project root folder
* Alternativly: You can change those two files to connect to another database
* Alternatively: You can change those two files to connect to another database


[[Category:Marauroa]]
[[Category:Marauroa]]

Revision as of 21:49, 24 February 2010



Sorry, this is not a complete article yet, just a small list.

Setting up database access

  • create a database called marauroatest on localhost with an user junittest and password passwd
  • copy src/marauroa/testserver.ini into your marauroa project root folder
  • Alternatively: You can change those two files to connect to another database