added databasecomponent and now using Derby in the unit tests.
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Thu, 15 May 2008 21:21:58 +0000 (21:21 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Thu, 15 May 2008 21:21:58 +0000 (21:21 +0000)
commit94f7adbcd48270c4284e933b84794253247a7662
tree3a9b19015a5aedfaf3adcc0d10c5c90dfd333a5f
parent26eb89cf033069a3bb30719bfba95271fdf751f4
added databasecomponent and now using Derby in the unit tests.
As a result, no external Mysql database must be setup before running
the unit tests. It is now checkout and go!!
trunk/system/general/src/main/java/org/wamblee/system/core/AbstractComponent.java
trunk/system/general/src/test/java/org/wamblee/system/components/DatabaseComponent.java [new file with mode: 0644]
trunk/system/general/src/test/java/org/wamblee/system/components/DatabaseComponentFactory.java
trunk/system/general/src/test/java/org/wamblee/system/core/AbstractComponentTest.java