Directory modules/test-base/src/main/java/org/jbpm/test/

Directory Created:
2008-10-31 17:07
Total Files:
5
Deleted Files:
7
Lines of Code:
735

[root]/modules/test-base/src/main/java/org/jbpm/test
                                    directory in repo assertion (2 files, 211 lines)
                                    directory in repo enterprise (5 files, 510 lines)
                                    directory in repo tx (3 files, 163 lines)

Lines of Code

modules/test-base/src/main/java/org/jbpm/test/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 111 (100.0%) 2283 (100.0%) 20.5
tom.baeyens@jboss.com 92 (82.9%) 1659 (72.7%) 18.0
ainze 2 (1.8%) 309 (13.5%) 154.5
heiko.braun@jboss.com 6 (5.4%) 144 (6.3%) 24.0
jbarrez 7 (6.3%) 138 (6.0%) 19.7
alex.guizar@jboss.com 4 (3.6%) 33 (1.4%) 8.2

Most Recent Commits

tom.baeyens@jboss.com 2009-09-11 16:42 Rev.: 5632

JBPM-2526 first cut at id generator

8 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: Db.java (+8 -6)
tom.baeyens@jboss.com 2009-08-29 15:39 Rev.: 5587

fixing the job executor startup plus cleanup

0 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (-14)
tom.baeyens@jboss.com 2009-08-27 14:30 Rev.: 5564

refactored CI scripts to leverage the new install directory in the distribution for jboss test suite and change the jboss testsuite execution to use cactus instead of remote execution

1 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+1 -13)
tom.baeyens@jboss.com 2009-08-12 14:45 Rev.: 5471

JBPM-2474 Process variables of type hibernate-long-id/hibernate-string-id don't work

18 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+18 -10)
jbarrez 2009-07-30 12:51 Rev.: 5389

Fixing Hudson integration test on JBoss and any database.

The current integration testing setup doesn't allow to use multiple jbpm.cfg.xml files since the remote EJB command service is used to actually execute the commands on JBoss. Ofc, this remote command service doesn't know about the second (or third, or ...) config file which is at the client side.

This problem should be fixed by JBPM-2409

Current resolution: moved the tests to test-cfg (which will run standalone only in the new QA setup)

27 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmCustomCfgTestCase.java (+27 -1)
jbarrez 2009-07-16 09:36 Rev.: 5309

JBPM-2425: When taskService.completeTask(taskId, outcome) is called with an unexisting outcome, an exception is thrown instead of suspending the process.

26 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+26 -1)
jbarrez 2009-07-16 07:58 Rev.: 5305

Fix for JBPM-2407 + added some test convience methods

35 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+35 -9)
tom.baeyens@jboss.com 2009-07-13 21:21 Rev.: 5288

JBPM-2334 making business calendar configurable and customizable

58 lines of code changed in 2 files:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmCustomCfgTestCase.java (new 36), JbpmTestCase.java (+22 -7)
jbarrez 2009-06-29 13:16 Rev.: 5150

Added test case for JBPM-2303

16 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+16 -3)
ainze 2009-06-28 20:03 Rev.: 5142

AbstractTransactionalSpringJbpmTestCase

108 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: AbstractTransactionalSpringJbpmTestCase.java (new 108)
tom.baeyens@jboss.com 2009-06-26 12:25 Rev.: 5127

JBPM-2348 long deploymentDbid --> String deploymentId

7 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+7 -7)
tom.baeyens@jboss.com 2009-06-24 17:06 Rev.: 5104

JBPM-2303 JBPM-2354 JBPM-2322 JBPM-2356 hibernate persistence cleanup

9 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+9 -5)
tom.baeyens@jboss.com 2009-06-23 21:29 Rev.: 5099

JBPM-2307 moved api package env to pvm internal

15 lines of code changed in 2 files:

  • modules/test-base/src/main/java/org/jbpm/test: BaseJbpmTestCase.java (-3), Db.java (+15 -22)
tom.baeyens@jboss.com 2009-06-23 16:17 Rev.: 5096

JBPM-2307 moved client and env packages from api to internal

0 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (-4)
jbarrez 2009-06-22 19:01 Rev.: 5083

Added test for JBPM-2331

2 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+2 -1)
jbarrez 2009-06-22 15:23 Rev.: 5077

Added convience method: assertProcessInstanceEnded

24 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+24 -1)
jbarrez 2009-06-15 14:34 Rev.: 5039

JBPM-2286 : Added test case for fork/join in same transaction

8 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+8)
tom.baeyens@jboss.com 2009-06-12 15:47 Rev.: 5034

3 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+3 -1)
tom.baeyens@jboss.com 2009-06-12 10:21 Rev.: 5030

JBPM-2332 fixed task query where clause brackets for candidates

23 lines of code changed in 3 files:

  • modules/test-base/src/main/java/org/jbpm/test: BaseJbpmTestCase.java (+4), Db.java (+9 -9), JbpmTestCase.java (+10 -1)
tom.baeyens@jboss.com 2009-06-08 12:49 Rev.: 5005

JBPM-2004 finished cleanup of test data

4 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: Db.java (+4 -3)
alex.guizar@jboss.com 2009-06-02 00:26 Rev.: 4968

JBPM-2294: examples fail against postgresql (RESOLVED)
PostgreSQL did not like the format of the record count SQL query. Changed the query to a more portable form.

5 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: Db.java (+5 -8)
ainze 2009-05-22 10:58 Rev.: 4872

spring integration - initial release

201 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: Db.java (+201 -194)
tom.baeyens@jboss.com 2009-04-26 06:42 Rev.: 4620

JBPM-2163 new configuration, distribution and qa setup

2 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+2)
tom.baeyens@jboss.com 2009-04-18 18:43 Rev.: 4578

JBPM-2162 revert process archive deployment in examples

27 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+27 -146)
tom.baeyens@jboss.com 2009-04-16 20:28 Rev.: 4570

JBPM-2173 add api to api packages

7 lines of code changed in 4 files:

  • modules/test-base/src/main/java/org/jbpm/test: BaseJbpmTestCase.java (+1 -1), Db.java (+2 -2), JbpmTestCase.java (+4 -4), MessageFinder.java (del)
tom.baeyens@jboss.com 2009-04-16 14:09 Rev.: 4565

JBPM-2171 introducing ProcessInstance

0 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (-25)
tom.baeyens@jboss.com 2009-04-15 09:24 Rev.: 4554

JBPM-2029 starting to realize the execution reference problem in context of timers

2 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+2 -2)
tom.baeyens@jboss.com 2009-04-14 10:47 Rev.: 4547

JBPM-2168 align query methods list and uniqueResult with hibernate

1 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+1 -1)
tom.baeyens@jboss.com 2009-04-10 10:57 Rev.: 4534

JBPM-2027 adding example and docs for event listeners

22 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+22 -31)
heiko.braun@jboss.com 2009-04-02 13:01 Rev.: 4390

Exclude ServicesTest from integration test suite

1 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+1 -1)
heiko.braun@jboss.com 2009-04-01 21:47 Rev.: 4383

Begin work on JBPM-2030: Integration test suite. modules/examples done.

139 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+139 -68)
tom.baeyens@jboss.com 2009-03-30 18:03 Rev.: 4359

replaced ProcessService with RepositoryService

29 lines of code changed in 2 files:

  • modules/test-base/src/main/java/org/jbpm/test: BaseJbpmTestCase.java (+2 -2), JbpmTestCase.java (+27 -43)
tom.baeyens@jboss.com 2009-03-24 12:05 Rev.: 4313

refactored task completion and added password to userimpl

1 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+1 -1)
tom.baeyens@jboss.com 2009-03-20 17:51 Rev.: 4301

JBPM-2080 task candidates

3 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+3)
tom.baeyens@jboss.com 2009-03-18 14:58 Rev.: 4281

test suite fixes

12 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: Db.java (+12)
tom.baeyens@jboss.com 2009-03-18 09:06 Rev.: 4269

introducing config tool

5 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+5 -3)
tom.baeyens@jboss.com 2009-02-18 12:19 Rev.: 3917

JBPM-1861 adding task comments

3 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: BaseJbpmTestCase.java (+3 -1)
tom.baeyens@jboss.com 2009-02-17 18:21 Rev.: 3907

JBPM-1861 and JBPM-1998 adding task participants

5 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: JbpmTestCase.java (+5 -5)
tom.baeyens@jboss.com 2009-02-16 11:49 Rev.: 3881

JBPM-2041 moving task module into pvm

2 lines of code changed in 1 file:

  • modules/test-base/src/main/java/org/jbpm/test: BaseJbpmTestCase.java (+2 -2)
tom.baeyens@jboss.com 2009-02-15 14:22 Rev.: 3880

JBPM-2011 moved log package to org.jbpm.internal.log package

4 lines of code changed in 2 files:

  • modules/test-base/src/main/java/org/jbpm/test: BaseJbpmTestCase.java (+3 -3), Db.java (+1 -1)

(33 more)

Generated by StatSVN 0.5.0