Directory classes/test/http/

Directory Created:
2005-05-03 10:59
Directory Deleted:
2007-09-25 19:01
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/classes/test/http

Lines of Code

classes/test/http/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 42 (100.0%) 863 (100.0%) 20.5
rosso_nero 9 (21.4%) 306 (35.5%) 34.0
cristian_bogdan 12 (28.6%) 291 (33.7%) 24.2
jpeeters 12 (28.6%) 203 (23.5%) 16.9
manuel_gay 8 (19.0%) 63 (7.3%) 7.8
bvdvelde 1 (2.4%) 0 (0.0%) 0.0

Most Recent Commits

manuel_gay 2007-09-25 19:01 Rev.: 1689

Refactoring tests according to products, made it easier to create JSP-based tests.

0 lines of code changed in 4 files:

  • classes/test/http: SampleServlet.java (del), TestHibernateTags.java (del), TestSampleServlet.java (del), TestTags.java (del)
manuel_gay 2007-09-24 18:36 Rev.: 1678

Refactoring: merging list and forms refactoring branch

3 lines of code changed in 2 files:

  • classes/test/http: TestHibernateTags.java (+2 -4), TestTags.java (+1 -1)
manuel_gay 2007-09-18 20:57 Rev.: 1621

New test for count(), maxCount() and lastCount()

60 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (+60 -26)
rosso_nero 2007-09-15 03:31 Rev.: 1557

adjusting tags to new id=".." in input tags

37 lines of code changed in 2 files:

  • classes/test/http: TestHibernateTags.java (+18 -18), TestTags.java (+19 -19)
rosso_nero 2007-09-05 23:04 Rev.: 1502

adapted tests to new hidden attribute.. not sure if it is done in a good way

0 lines of code changed in 2 files:

  • classes/test/http: TestHibernateTags.java (changed), TestTags.java (changed)
rosso_nero 2006-10-19 02:30 Rev.: 1357

corrected wrongly called method names which were therefore not executed as part of the tests

0 lines of code changed in 1 file:

  • classes/test/http: TestHibernateTags.java (changed)
cristian_bogdan 2006-10-18 18:40 Rev.: 1355

one cannot count on the form responder code being the same across tests, and on the character set being the same...

7 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (+7 -7)
rosso_nero 2006-10-17 17:25 Rev.: 1354

fixing test

4 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (+4 -4)
cristian_bogdan 2006-08-02 19:48 Rev.: 1269

fixed bug in test

0 lines of code changed in 1 file:

  • classes/test/http: TestHibernateTags.java (changed)
rosso_nero 2006-06-22 02:16 Rev.: 1247

added test for bug 946

0 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (changed)
cristian_bogdan 2006-04-05 16:37 Rev.: 1232

removed printouts

0 lines of code changed in 1 file:

  • classes/test/http: TestHibernateTags.java (-3)
cristian_bogdan 2006-04-05 15:45 Rev.: 1231

fixed the hql right test order and adapted hql jsps to oql-hql differences

264 lines of code changed in 1 file:

  • classes/test/http: TestHibernateTags.java (+264 -258)
cristian_bogdan 2006-03-01 03:09 Rev.: 1228

did a bit of work on the first test that fails

0 lines of code changed in 1 file:

  • classes/test/http: TestHibernateTags.java (changed)
manuel_gay 2006-02-11 13:21 Rev.: 1227

Tests for Hibernate tags

0 lines of code changed in 1 file:

  • classes/test/http: TestHibernateTags.java (changed)
cristian_bogdan 2006-01-21 03:41 Rev.: 1220

changed the tests to be more cross-platform. replaced hibernate -> view-hql

4 lines of code changed in 2 files:

  • classes/test/http: TestHibernateTags.java (+2 -8), TestTags.java (+2 -2)
rosso_nero 2006-01-18 05:01 Rev.: 1198

test suite for hibernate tagib

264 lines of code changed in 1 file:

  • classes/test/http: TestHibernateTags.java (new 264)
rosso_nero 2006-01-18 05:00 Rev.: 1197

removed nonsense todo comment

1 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (+1 -1)
cristian_bogdan 2005-09-16 01:33 Rev.: 1106

making sure that null duplicates are not inserted

0 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (changed)
cristian_bogdan 2005-07-05 17:45 Rev.: 1054

completed the Database-> Transaction rename inside makumba sources; this removed lots of warnings

0 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (changed)
bvdvelde 2005-05-17 12:27 Rev.: 1036

Added TODO's to change use of deprecated Database to use of Transaction

0 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (changed)
jpeeters 2005-05-10 16:05 Rev.: 1011

- small code cleaning

1 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (+1 -3)
jpeeters 2005-05-10 12:02 Rev.: 1008

- basic form submit test

0 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (changed)
jpeeters 2005-05-09 18:18 Rev.: 1005

- we now check if tomcat is running, before doing the tests. If it's not running, we print an error and clean the database.

0 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (changed)
jpeeters 2005-05-09 17:27 Rev.: 1003

- formatter tests can now be started from eclipse (don't forget to start tomcat first!)
- launch files for the different tests we have today

0 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (changed)
jpeeters 2005-05-07 18:38 Rev.: 995

- corrected mak:form test so it uses generated references instead of hard coded ones

0 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (changed)
jpeeters 2005-05-04 17:35 Rev.: 987

- mak:Form test for dataTypes: set & ptr

0 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (changed)
jpeeters 2005-05-04 12:42 Rev.: 985

- mak:Form test for dataTypes: char, char[xx], int, date, text

0 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (changed)
jpeeters 2005-05-03 19:57 Rev.: 982

- tests for mak:form
- typo fixed

0 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (changed)
jpeeters 2005-05-03 19:29 Rev.: 981

- tests for mak:editForm

43 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (+43 -4)
jpeeters 2005-05-03 18:47 Rev.: 980

- tests for mak:newForm

39 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (+39 -4)
jpeeters 2005-05-03 18:13 Rev.: 979

- tests for mak:input

100 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (+100 -20)
jpeeters 2005-05-03 12:23 Rev.: 978

- merged from Antwerpen branch

20 lines of code changed in 1 file:

  • classes/test/http: TestTags.java (+20 -16)
cristian_bogdan 2005-05-03 10:59 Rev.: 975

merged testing part of branch Antwerpen

16 lines of code changed in 3 files:

  • classes/test/http: SampleServlet.java (new), TestSampleServlet.java (new), TestTags.java (new 16)
Generated by StatSVN 0.5.0