14283
by vanmh on
06 January 2009, 17:08:21 -0800
(25 hours ago)
Changed acceptance test from chaining method call style to individual local page object variables. Finished adding remaining dbunit based table checks-- all except one are now working.
14282
by vanmh on
06 January 2009, 11:30:55 -0800
(31 hours ago)
Added initial dbunit based validation for the CollectionSheetEntryTest acceptance test.
14278
by adamfeuer on
31 December 2008, 23:34:16 -0800
(6 days ago)
added selenium.browser.start.command to jdbc.local.properties - to handle the case where there is no .mifos file.
TODO: rename this file to default.properties or something like it to indicate that it…
14277
by adamfeuer on
31 December 2008, 22:49:56 -0800
(6 days ago)
refactoring Spring context definitions to reduce duplication - the duplication caused a bug in how configuration properties were loaded at startup.
14276
by jbrewster on
31 December 2008, 19:04:26 -0800
(6 days ago)
Added id tags and to Create loan product UI. Id's added to buttons, heading, radio buttons, and select list buttons. Modified MifosSelect tag to include id that is unique for each page's Select list…
14275
by vanmh on
31 December 2008, 17:59:11 -0800
(7 days ago)
Completed a collection sheet test going through all screens and validating html on the collection sheet confirmation page. Moved from asserting on text present to asserting on id tags being present to…
14274
by adamfeuer on
31 December 2008, 17:22:13 -0800
(7 days ago)
load properties that override all other config files from the directory specified by environment variable $MIFOS_CONFIG - this change is needed to prevent conflicts between config files on the the bui…
14273
by vanmh on
31 December 2008, 12:29:25 -0800
(7 days ago)
Turning on PMD in Eclipse. Got Eclipse PMD warnings and maven pmd warnings in sync by setting maven PMD to jdk 1.6.
14272
by adamfeuer on
31 December 2008, 09:46:36 -0800
(7 days ago)
removing reference to continuous.integration.resources.dir since it is unused and causes the build to fail
14270
by vanmh on
30 December 2008, 17:01:01 -0800
(8 days ago)
Cleaned up database parameters in pom.xml. Fixed PMD violation in CollectionSheetEntryPreviewDataPage.
14269
by jbrewster on
30 December 2008, 16:33:09 -0800
(8 days ago)
added page object for Collection Sheet Preview page and preview method on data page. Still need to write acceptance tests for Preview page.
14268
by adamfeuer on
30 December 2008, 16:02:12 -0800
(8 days ago)
maven now creates the acceptance test database before running cargo. Currently, the database has to be configured separately for Spring (local.properties) and Struts (deploymifosDB.properties)
14267
by adamfeuer on
30 December 2008, 12:17:11 -0800
(8 days ago)
changes to acceptance test contexts so they use database settings in .mifos/ directory
14266
by vanmh on
30 December 2008, 12:16:19 -0800
(8 days ago)
Turned on PMD checks in maven builds for gazelle acceptanceTests project. Eliminated 14 errors flagged by pmd.
14264
by vanmh on
29 December 2008, 17:38:50 -0800
(9 days ago)
Moved dbunit test data to top level resources directory. Removed and recreated CollectionSheetEntryTest file to get these tests to run as part of a maven build (they weren't be picked up before).
14263
by pbiligi on
29 December 2008, 03:14:53 -0800
(9 days ago)
[Pramod] Fixes 2210 (https://mifos.dev.java.net/issues/show_bug.cgi?id=2210). Displays error message when attempt is made to change group membership to a group which is not active.