Fix test result formation
commit820764936c059b6e83188f63e243e359d5e01d03
authorImran M Yousuf <imyousuf@smartitengineering.com>
Tue, 28 Oct 2008 10:59:42 +0000 (28 16:59 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Tue, 28 Oct 2008 10:59:42 +0000 (28 16:59 +0600)
tree73d9bc009a78ac2baa3cd4ea58ba30bd4f9c9ab8
parentec0c6f0b6f3efd7628a50ee1c398dad65d140dc1
Fix test result formation

Previously the test case result was not being added to the test result, this
change adds it to the test result when the batch has finished.

Instance number of a test case was not unique across test case, but rather
across the batch only, this change ensures that its unique across test case.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-load-test/smart-load-test-engine-impl/src/main/java/com/smartitengineering/loadtest/engine/impl/LoadTestEngineImpl.java