Directory trunk/encuestame/test/java/org/encuestame/core/persistence/dao/

Directory Created:
2009-10-16 07:24
Directory Deleted:
2010-03-28 05:41
Total Files:
0
Deleted Files:
11
Lines of Code:
0

[root]/trunk/encuestame/test/java/org/encuestame/core/persistence/dao

Lines of Code

trunk/encuestame/test/java/org/encuestame/core/persistence/dao/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 87 (100.0%) 1152 (100.0%) 13.2
juanpicado 59 (67.8%) 691 (60.0%) 11.7
dianmorales 28 (32.2%) 461 (40.0%) 16.4

Most Recent Commits

juanpicado 2010-03-28 05:41 Rev.: 444

Merge from juanpicado branche

0 lines of code changed in 11 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatLocationTypeDao.java (del), TestCatLocationsDaoImp.java (del), TestCatStateDaoImp.java (del), TestClientDao.java (del), TestPollDao.java (del), TestProjectDaoImp.java (del), TestQuestionDao.java (del), TestSecGroupDaoImp.java (del), TestSecPermissionDaoImp.java (del), TestTweetPollDao.java (del), TestUserDao.java (del)
juanpicado 2010-03-18 05:10 Rev.: 406

Survey service method and test case

0 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestTweetPollDao.java (-1)
juanpicado 2010-03-18 04:19 Rev.: 405

Method and TestCase

23 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestTweetPollDao.java (+23 -2)
dianmorales 2010-03-17 08:21 Rev.: 404

New test cases, method for Poll Domain

17 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestPollDao.java (+17 -1)
dianmorales 2010-03-17 02:45 Rev.: 401

New test cases, methods and helpers for Poll Domain

89 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestPollDao.java (new 89)
juanpicado 2010-03-14 09:38 Rev.: 396

TweetPollController and TestCase

72 lines of code changed in 2 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestSecPermissionDaoImp.java (+1 -1), TestTweetPollDao.java (new 71)
juanpicado 2010-02-18 07:06 Rev.: 371

Set property svn:keywords

2 lines of code changed in 3 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestClientDao.java (changed), TestProjectDaoImp.java (+1 -1), TestQuestionDao.java (+1 -1)
juanpicado 2010-02-14 08:38 Rev.: 363

IU9 - Questions test cases and create TweetPoll Bean.

60 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestQuestionDao.java (new 60)
juanpicado 2010-02-07 23:22 Rev.: 349

Test case for a method user dao.

10 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestUserDao.java (+10)
juanpicado 2010-02-07 23:17 Rev.: 348

Method to find projects by user id and test cases.

16 lines of code changed in 2 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestClientDao.java (+1 -1), TestProjectDaoImp.java (+15 -4)
juanpicado 2010-01-24 19:56 Rev.: 341

IU3 - Client Dao and Test.

64 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestClientDao.java (new 64)
juanpicado 2010-01-16 14:28 Rev.: 333

Fix failure and error on test cases, it's not necesary set Id on domains.

1 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestProjectDaoImp.java (+1 -1)
juanpicado 2010-01-10 23:31 Rev.: 330

Adding transactions based on AOP and xml configuration.

5 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestSecPermissionDaoImp.java (+5 -2)
dianmorales 2009-12-24 07:34 Rev.: 329

Change License Description and Javadoc

65 lines of code changed in 7 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatLocationTypeDao.java (+15 -22), TestCatLocationsDaoImp.java (+14 -23), TestCatStateDaoImp.java (+14 -22), TestProjectDaoImp.java (+2 -1), TestSecGroupDaoImp.java (+13 -22), TestSecPermissionDaoImp.java (-1), TestUserDao.java (+7 -8)
juanpicado 2009-12-20 19:09 Rev.: 325

New test cases on dao permissions.

38 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestSecPermissionDaoImp.java (+38 -24)
dianmorales 2009-12-18 17:38 Rev.: 320

New Hibernate Domain and Dao Test Cases

17 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestProjectDaoImp.java (+17 -2)
dianmorales 2009-12-17 05:27 Rev.: 317

New Project Test Case and Change in Survey Service Test Case

68 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestProjectDaoImp.java (new 68)
dianmorales 2009-12-16 06:30 Rev.: 316

Change to Hibernate Template in Test Case

27 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestUserDao.java (+27 -32)
dianmorales 2009-12-16 03:45 Rev.: 315

25 lines of code changed in 3 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatLocationTypeDao.java (+2 -2), TestCatLocationsDaoImp.java (+2 -2), TestUserDao.java (+21 -16)
juanpicado 2009-12-15 06:03 Rev.: 312

New pojos, many to many annotations, 20 classes deleted and several changes, we need check all test cases and service. NO build, work in progress.

12 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestUserDao.java (+12 -16)
dianmorales 2009-12-15 05:19 Rev.: 311

New Update Method for Location and Location Type

14 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatLocationsDaoImp.java (+14 -1)
juanpicado 2009-12-12 20:09 Rev.: 307

Fixed methos to retrieve user, test cases and service.

19 lines of code changed in 2 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatLocationsDaoImp.java (+3 -12), TestUserDao.java (+16 -24)
dianmorales 2009-12-12 20:00 Rev.: 306

New methods for CatLocation Dao

20 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatLocationsDaoImp.java (+20 -1)
juanpicado 2009-12-12 17:22 Rev.: 304

Working on list of secondary users.

1 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestUserDao.java (+1 -1)
juanpicado 2009-12-10 05:48 Rev.: 298

New pojo, Secundary User, fixed test cases and spring config.

41 lines of code changed in 2 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatLocationsDaoImp.java (+13 -1), TestUserDao.java (+28 -16)
juanpicado 2009-12-06 17:27 Rev.: 293

Changed properties name and javadoc on sec user pojo, work in progress.

2 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestUserDao.java (+2 -2)
juanpicado 2009-12-06 16:35 Rev.: 292

Changed properties name and javadoc on pojos, work in progress.

5 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestSecGroupDaoImp.java (+5 -5)
juanpicado 2009-12-05 20:30 Rev.: 285

New test cases and javadoc.

22 lines of code changed in 3 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatLocationTypeDao.java (+10 -3), TestCatLocationsDaoImp.java (+6 -4), TestSecPermissionDaoImp.java (+6 -3)
juanpicado 2009-12-05 17:46 Rev.: 284

Fixed failures.

5 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestUserDao.java (+5 -5)
juanpicado 2009-11-28 15:57 Rev.: 263

Adding to test cases svn:keywords how to http://blog.gorgeswebsites.com/2009/03/how-to-enable-keywords-in-eclipse-and-subversion-svn/

24 lines of code changed in 6 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatLocationTypeDao.java (+4 -3), TestCatLocationsDaoImp.java (+4), TestCatStateDaoImp.java (+4), TestSecGroupDaoImp.java (+4), TestSecPermissionDaoImp.java (+4), TestUserDao.java (+4 -2)
juanpicado 2009-11-27 04:07 Rev.: 249

Fix error on test cases , build run correctly.

16 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatLocationTypeDao.java (+16 -16)
dianmorales 2009-11-18 04:41 Rev.: 246

New dao and pojo test cases for catlocationtype. No tested

49 lines of code changed in 2 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatLocationTypeDao.java (new 49), TestCatLocationsDaoImp.java (-3)
dianmorales 2009-11-16 03:54 Rev.: 240

Fixed Test Cases

6 lines of code changed in 2 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestSecGroupDaoImp.java (+3 -4), TestUserDao.java (+3 -3)
dianmorales 2009-11-15 05:40 Rev.: 233

Fix some test cases

1 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatStateDaoImp.java (+1 -1)
dianmorales 2009-11-14 05:41 Rev.: 218

Fixed Pojo's Getter and Setter

2 lines of code changed in 2 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatLocationsDaoImp.java (+1 -1), TestCatStateDaoImp.java (+1 -1)
juanpicado 2009-11-06 14:36 Rev.: 195

Test case for find grouo by id.

16 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatStateDaoImp.java (+16 -5)
juanpicado 2009-11-06 03:54 Rev.: 192

Fixing test cases

16 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestUserDao.java (+16 -1)
juanpicado 2009-11-02 05:44 Rev.: 191

New Testcases for location dao and security permissions

91 lines of code changed in 3 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestCatLocationsDaoImp.java (new 47), TestSecPermissionDaoImp.java (new 37), TestUserDao.java (+7 -12)
juanpicado 2009-11-01 20:45 Rev.: 187

Add method to interface.

3 lines of code changed in 1 file:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestSecGroupDaoImp.java (+3 -7)
juanpicado 2009-10-31 10:55 Rev.: 186

New structure dao hibernate support. All dao extend AbstracHibernateSupport and implements most commons methods.

17 lines of code changed in 2 files:

  • trunk/encuestame/test/java/org/encuestame/core/persistence/dao: TestSecGroupDaoImp.java (+4 -5), TestUserDao.java (+13 -5)

(10 more)

Generated by StatSVN 0.7.0