Uc20
This merge request contains all of the deliverables for UC20, including:
- UI changes (search parameters, proper error messages, and search results table)
- DAO class to initiate queries to database, and bean class to store results from query
- Unit tests
- Selenium tests
Merge request reports
Activity
changed milestone to %Iteration 2
I think unit tests still have one error, I found an error while running
mvn test -Dtest=CauseOfDeathTrendsReportTest test
This is part of it:
Failed tests: junit.framework.TestSuite$1.warning(junit.framework.TestSuite$1) Run 1: TestSuite$1.warning Exception in constructor: testTopTwoDeathsForAllValid (java.lang.Error: Unresolved compilation problem: The declared package "edu.ncsu.csc.itrust.unit.dao.CauseOfDeathTrendsReportDAO" does not match the expected package "edu.ncsu.csc.itrust.unit.dao.deaths"
Edited by htmoss2
1 package edu.ncsu.csc.itrust.unit.dao.CauseOfDeathTrendsReportDAO; I think this should say:
package edu.ncsu.csc.itrust.unit.dao.deaths.CauseOfDeathTrendsReportDAO;
Edited by adityab3changed this line in version 2 of the diff
mentioned in commit 9c652e5e