Index: TestHarness4LAMS2/src/org/lamsfoundation/testharness/learner/MockLearner.java =================================================================== RCS file: /usr/local/cvsroot/TestHarness4LAMS2/src/org/lamsfoundation/testharness/learner/MockLearner.java,v diff -u -r1.7 -r1.8 --- TestHarness4LAMS2/src/org/lamsfoundation/testharness/learner/MockLearner.java 14 Feb 2008 03:53:27 -0000 1.7 +++ TestHarness4LAMS2/src/org/lamsfoundation/testharness/learner/MockLearner.java 20 Feb 2008 06:27:28 -0000 1.8 @@ -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.