Move raw events processing to new package.
[aquarium] / logic / src / test /
2011-10-03 Georgios GousiosRemove XML dataset, replaced by JSON
2011-09-29 Georgios GousiosFirst iteration of cost function working
2011-09-29 Georgios GousiosDefaults and more test data
2011-09-29 Georgios GousiosTake care of Date fields
2011-09-28 Georgios GousiosMore test data
2011-09-28 Georgios GousiosMake all internal methods private
2011-09-28 Georgios GousiosTake care of *ToMany relationsips
2011-09-28 Georgios GousiosUpdate fixtures as schema was restructured
2011-09-23 Georgios GousiosStart converting data to json from XML
2011-09-23 Georgios GousiosProcess complex object values
2011-09-22 Georgios GousiosDocumentation, check for Id field, appropr naming
2011-09-22 Georgios GousiosSet fixture id value by hand
2011-09-22 Georgios GousiosTake care of cases where field in object is not init'ed
2011-09-21 Georgios GousiosJSON fixture loader done (sort of)
2011-09-21 Georgios GousiosUse a DJango-like JSON fixture for initial data
2011-09-21 Georgios GousiosUnsuccesful attempt to load test data with DBUnit
2011-09-20 Georgios GousiosClass to auto load test data before tests run
2011-09-20 Georgios GousiosBasic test data to be autoloaded
2011-09-19 Georgios GousiosBill calculation algorithm
2011-09-14 Georgios GousiosBusiness logic skeletons
2011-09-13 Georgios GousiosLogic project to hold the Aquarium business logic