Index: TestHarness4LAMS2/src/org/lamsfoundation/testharness/learner/MockLearner.java =================================================================== diff -u -r54df46bb28a5d112d9986d7b5a152077e9c0e3ba -r4be8c620598364a21de4aad6b7848147a0aa78f6 --- TestHarness4LAMS2/src/org/lamsfoundation/testharness/learner/MockLearner.java (.../MockLearner.java) (revision 54df46bb28a5d112d9986d7b5a152077e9c0e3ba) +++ TestHarness4LAMS2/src/org/lamsfoundation/testharness/learner/MockLearner.java (.../MockLearner.java) (revision 4be8c620598364a21de4aad6b7848147a0aa78f6) @@ -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.