Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3164: Print server reply when user creation failed.

LDEV-3164: Fix interaction with Scratchie.

  1. … 1 more file in changeset.
LDEV-3189: Make TestHarness aware of Vote tool limitations for number of nominations a learner can choose.

LDEV-3191: Improve "activity finished" state detection.

LDEV-3190: Do not allow duplicates for checkboxes.

LDEV-3164: Support several more tools. Changes in those tools' code TestHarness can interact with them without running Javascript. Remove unnecessary Flash methods. Remove junk from TestHarness project, including zipped Learning Designs which can not be imported anymore as they have non-numeric server version ("beta") Major clean up and logs improvement.

    • -2
    • +2
    ./org/lamsfoundation/testharness/Main.java
  1. … 34 more files in changeset.
LDEV-3164: Add a simple retry mechanism.

    • -11
    • +13
    ./org/lamsfoundation/testharness/Call.java
LDEV-3164: Remove references to Flash WDDX methods.

    • -5
    • +2
    ./org/lamsfoundation/testharness/Call.java
  1. … 4 more files in changeset.
LDEV-3164: Store created users in a file for later reference.

  1. … 7 more files in changeset.
LDEV-3164: Allow HTTPS.

    • -7
    • +55
    ./org/lamsfoundation/testharness/Call.java
  1. … 3 more files in changeset.
LDEV-3164: General clean up of class hierarchy, logs and code.

    • -204
    • +79
    ./org/lamsfoundation/testharness/Call.java
    • -39
    • +32
    ./org/lamsfoundation/testharness/Main.java
    • -0
    • +424
    ./org/lamsfoundation/testharness/TestManager.java
    • -297
    • +259
    ./org/lamsfoundation/testharness/TestReporter.java
    • -174
    • +172
    ./org/lamsfoundation/testharness/admin/MockAdmin.java
  1. … 11 more files in changeset.
LKC-40: Only leader does scratching, other learners just refresh question list.

  1. … 1 more file in changeset.
LKC-40: Remove the call to recordItemScratched() to test its impact on server performance.

LDEV-3156: Support reflection in Scratchie.

LDEV-3156: Prevent scratchie non-leaders from going ahead of leader.

LDEV-3156: Add sync gate support.

LDEV-3156: Assign created lesson to proper organisation. Support MCQ and Assessment Tools.

  1. … 12 more files in changeset.
LDEV-3156: Allow multiple questions in Scratchie.

LDEV-3156: Put back missing methods, removed along with Flash Monitoring. Manually add session cookies to WebConversation if it is not done automatically. Make TestHarness work with Leader and Scratchie tools.

    • -255
    • +289
    ./org/lamsfoundation/testharness/Call.java
  1. … 233 more files in changeset.
stop delaying the lesson startup

LDEV-2071: Upgraded HttpUnit library in TestHarness to version 1.7.

  1. … 14 more files in changeset.
Changes from Marcin

add one new statistic - average response time of calls to learner.do?method=joinLesson

  1. … 1 more file in changeset.
Always print AVG response time

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