Index: TestHarness4LAMS2/src/org/lamsfoundation/testharness/learner/MockLearner.java =================================================================== diff -u -r4be8c620598364a21de4aad6b7848147a0aa78f6 -r223b1fe77f52b74936fa83484fb60fa7578c6d89 --- TestHarness4LAMS2/src/org/lamsfoundation/testharness/learner/MockLearner.java (.../MockLearner.java) (revision 4be8c620598364a21de4aad6b7848147a0aa78f6) +++ TestHarness4LAMS2/src/org/lamsfoundation/testharness/learner/MockLearner.java (.../MockLearner.java) (revision 223b1fe77f52b74936fa83484fb60fa7578c6d89) @@ -314,8 +314,8 @@ throw new TestHarnessException("No form found on the reply topic page - unable to do reply. "+resp.getText()); } } else { - // throw new TestHarnessException("No reply URL found - unable to do reply. "+resp.getText()); - log.info("No reply URL found - unable to do reply. "+resp.getText()); + throw new TestHarnessException("No reply URL found - unable to do reply. "+resp.getText()); + // log.info("No reply URL found - unable to do reply. "+resp.getText()); } // now we are back on the topic page, so go back to the main forum page.