From b100a63e84aca41bbdec6de82c06211351efbdd3 Mon Sep 17 00:00:00 2001 From: kaloyane <kaloyane> Date: Wed, 13 Apr 2011 11:09:50 +0000 Subject: [PATCH] minor: fixed a typo SVN: 20873 --- .../cisd/openbis/generic/server/business/bo/AbstractBOTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/bo/AbstractBOTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/bo/AbstractBOTest.java index 4a901bee50f..e68224439a5 100644 --- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/bo/AbstractBOTest.java +++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/bo/AbstractBOTest.java @@ -198,7 +198,7 @@ public abstract class AbstractBOTest extends AssertJUnit @AfterMethod public void afterMethod(ITestResult result, Method m) { - // only run assertions if has not failed + // verify mock expectations only when the test has not failed if (result.isSuccess()) { try -- GitLab