Testing Marauroa using JUnit: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Kymara
m typo
imported>Hendrik Brummermann
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Navigation for Marauroa Top}}
{{Navigation for Marauroa Top|Internals}}
{{Navigation for Marauroa Developers}}
{{Navigation for Marauroa Developers}}


Line 10: Line 10:


[[Category:Marauroa]]
[[Category:Marauroa]]
{{#breadcrumbs: [[Marauroa]] | [[Navigation for Marauroa Developers|Internals]] | [[Testing Marauroa using JUnit|Testing using JUnit]] }}

Latest revision as of 23:30, 18 September 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

{{#breadcrumbs: Marauroa | Internals | Testing using JUnit }}