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.6 -r1.7 --- TestHarness4LAMS2/src/org/lamsfoundation/testharness/learner/MockLearner.java 14 Feb 2008 00:28:30 -0000 1.6 +++ TestHarness4LAMS2/src/org/lamsfoundation/testharness/learner/MockLearner.java 14 Feb 2008 03:53:27 -0000 1.7 @@ -284,7 +284,7 @@ } if ( replyResponse == null ) { - throw new TestHarnessException("No links found on the main forum page, or unable to do reply. "+resp.getText()); + throw new TestHarnessException("No links found on the main forum page, or unable to do reply. "+resp.getText()); } String finishURL = findURLInLocationHref(replyResponse, FORUM_FINISH_SUBSTRING); @@ -314,7 +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()); + // 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.