Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
autoformat

    • -323
    • +347
    ./org/lamsfoundation/testharness/TestReporter.java
add total and average response times to test report

  1. … 1 more file in changeset.
LDEV-1530: Hibernate error occuring when two users in one tool session start forum together has been removed, so removing the hack that allows the test harness to keep going when the user can't make a posting due to this error.

LDEV-1515: A synchronisation problem in forum is causing a problem when the topic is copied, and this shows up when run from the test harness. Learners were getting stuck in forum. Put in some temporary code to allow at least some learners to keep going.

Removing extra debugging that was making the log hard to read.

Removing extra debugging that was making the log hard to read

LDEV-1515: Updating the test harness to work with 2.1 including supporting branching and optional sequences. Includes getting it working with the tools that now use javascript for submission, and adding some custom Forum handling.

    • -3
    • +8
    ./org/lamsfoundation/testharness/Call.java
  1. … 1 more file in changeset.
LDEV-821 added email field to user creation since it is now a required field

Login page has changed - look for a new string.

Admin screens for listing groupgs and creating users have changed, so the screen scraping has had to change.

Updated address of FSF in copyright statement

    • -1
    • +1
    ./org/lamsfoundation/testharness/Call.java
    • -1
    • +1
    ./org/lamsfoundation/testharness/Main.java
  1. … 1378 more files in changeset.
close BufferedReader and BufferedWriter finally

Finished TestReporter

modify CallRecord for easier report

    • -6
    • +8
    ./org/lamsfoundation/testharness/Call.java
add countFinished() method

commit not finished job to upgrade Eclipse from 3.1 to 3.2

    • -5
    • +3
    ./org/lamsfoundation/testharness/Call.java
only check one checkbox since httpunit doesn't allow setting multiple values for one checkbox group at one time

fix a potential bug

fix a potential bug

add safeguard check

Added UserIdOffset configuration

new testharness

    • -0
    • +144
    ./org/lamsfoundation/testharness/AbstractTest.java
    • -0
    • +134
    ./org/lamsfoundation/testharness/AbstractTestManager.java
    • -0
    • +339
    ./org/lamsfoundation/testharness/Call.java
    • -0
    • +75
    ./org/lamsfoundation/testharness/Main.java
    • -0
    • +194
    ./org/lamsfoundation/testharness/MockUser.java
    • -0
    • +70
    ./org/lamsfoundation/testharness/TestHarnessException.java
    • -0
    • +139
    ./org/lamsfoundation/testharness/TestReporter.java
    • -0
    • +176
    ./org/lamsfoundation/testharness/TestSuite.java
    • -0
    • +136
    ./org/lamsfoundation/testharness/TestUtil.java
    • -0
    • +129
    ./org/lamsfoundation/testharness/admin/AdminTest.java
    • -0
    • +222
    ./org/lamsfoundation/testharness/admin/MockAdmin.java
    • -0
    • +109
    ./org/lamsfoundation/testharness/author/AuthorTest.java
    • -0
    • +96
    ./org/lamsfoundation/testharness/author/MockAuthor.java
    • -0
    • +136
    ./org/lamsfoundation/testharness/learner/LearnerTest.java
  1. … 33 more files in changeset.