djimenezc / djimenez-utilities

Automatically exported from code.google.com/p/djimenez-utilities
0 stars 0 forks source link

Testing project #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Classes to help test the code

Original issue reported on code.google.com by david.jimenez19 on 19 Feb 2010 at 12:08

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r13.

Add new dependencies
Change classes name

Original comment by david.jimenez19 on 19 Feb 2010 at 12:12

GoogleCodeExporter commented 9 years ago

Original comment by david.jimenez19 on 7 Mar 2010 at 1:52

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25.

Add examples of acceptance test with accordion framework

Original comment by david.jimenez19 on 8 Mar 2010 at 3:45

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r26.

Add libraries forgot

Original comment by david.jimenez19 on 8 Mar 2010 at 3:58

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r27.

add sources of the library test support. It was develop by carbon fire group. 
It can be used to to insert in database in transactional way using dbunit.

Original comment by david.jimenez19 on 8 Mar 2010 at 5:15

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r28.

fixed problems with dependencies, delete test. Delete warnings.

Original comment by david.jimenez19 on 9 Mar 2010 at 9:25

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r29.

fixed problems with dependencies, fixed problems with acceptance tests, 
mavenizade acceptance tests

Original comment by david.jimenez19 on 9 Mar 2010 at 9:27

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r30.

change the path to the css file of concordion

Original comment by david.jimenez19 on 9 Mar 2010 at 9:41

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r31.

add acceptance test using usign selenium

Original comment by david.jimenez19 on 9 Mar 2010 at 4:57

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r32.

create a example test that use the configuration classes, this class retrieve 
the data of the transferObjects from a xml files.

Original comment by david.jimenez19 on 10 Mar 2010 at 5:00

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r36.

Labels
Add spring and dbunit test. The tests are not working yet.

Original comment by david.jimenez19 on 16 Mar 2010 at 2:37

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r40.

Add application context file to continue developing the spring test

Original comment by david.jimenez19 on 17 Mar 2010 at 11:06

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r42.

upload forgot manifest file

Original comment by david.jimenez19 on 17 Mar 2010 at 11:08

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r48.

Finish and check the spring test that proved the injection and the easymock 
framework

Original comment by david.jimenez19 on 17 Mar 2010 at 2:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r51.

Fixed problems with the jdbc properties used by the transaction manager

Original comment by david.jimenez19 on 18 Mar 2010 at 11:28

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r53.

In process of finish dbunit test

Original comment by david.jimenez19 on 18 Mar 2010 at 4:49

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r54.

delete unused folders

Original comment by david.jimenez19 on 18 Mar 2010 at 4:51

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r62.

delete unused folders

Original comment by david.jimenez19 on 22 Mar 2010 at 10:08

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r63.

fixed problem witht the spring jdbc test

Original comment by david.jimenez19 on 22 Mar 2010 at 10:08

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r64.

finish test dbunit util

Original comment by david.jimenez19 on 23 Mar 2010 at 2:42

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r65.

update dependencies version, unified the definition of the dependency version 
in the main pom.xml

Original comment by david.jimenez19 on 23 Mar 2010 at 4:36

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r67.

Add TwiP test examples, test with parameters

Original comment by david.jimenez19 on 24 Mar 2010 at 10:56

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r150.

Deprecated dbunit classes

Original comment by david.jimenez19 on 5 Apr 2010 at 4:01

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r157.

Add assertion equals test with Unitils library and without toEquals method.

Original comment by david.jimenez19 on 6 Apr 2010 at 3:27

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r158.

Add more assertion equals test with Unitils library

Original comment by david.jimenez19 on 6 Apr 2010 at 3:57

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r159.

Add lenient assertion equals test with Unitils library

Original comment by david.jimenez19 on 7 Apr 2010 at 9:30

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r161.

Testing unitils dataset annotation with hsqldb

Original comment by david.jimenez19 on 7 Apr 2010 at 4:16

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r164.

Fixed problem produced when the test database was changed of name

Original comment by david.jimenez19 on 8 Apr 2010 at 3:05

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r174.

Comment the database test with unitils because it is not working the data 
inserting in the database (mysql). I think there is a bug in unitils because 
when it try to retrieve a column information of a table return a empty list.
There is a ticket in the jira of unitils. http://jira.unitils.org/browse/UNI-134

Original comment by david.jimenez19 on 13 Apr 2010 at 9:35

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r175.

Fixed problem with test TransactionalExampleTest, there are a problem with the 
datasource test connection. Commented the test connection

Original comment by david.jimenez19 on 13 Apr 2010 at 9:45

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r178.

Fixed all test but is not working the database transactionability in the 
DBUnitExampleTest

Original comment by david.jimenez19 on 13 Apr 2010 at 11:22

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r179.

Control that it is not produced error when there are a selenium server already 
start

Original comment by david.jimenez19 on 13 Apr 2010 at 2:49

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r180.

Indicate in a comment that the test it is not working

Original comment by david.jimenez19 on 13 Apr 2010 at 4:36

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r185.

Delete print stack trace when it is instanced the selenium server and there are 
already a selenium server up.

Original comment by david.jimenez19 on 14 Apr 2010 at 9:14

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r186.

Fixed problem produced when the item class was moved to the model project

Original comment by david.jimenez19 on 14 Apr 2010 at 9:18

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r188.

Fixed problem with the transaction test, replace hibernate dialect to mysql 
innodb. Now the hibernate plugin create the tables in mysql as innodb, before 
the tables were created as myissam.

Original comment by david.jimenez19 on 14 Apr 2010 at 1:24

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r191.

Add new test that put the same data in the database with dbunit that the other 
test

Original comment by david.jimenez19 on 14 Apr 2010 at 3:36

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r293.

It has been added test to check as work Parametrized junit test

Original comment by david.jimenez19 on 8 Jun 2010 at 9:27