update pom for shared resources

This commit is contained in:
Paul Brodner
2016-09-30 11:01:23 +03:00
parent ee547f2218
commit f6f9f82ffa

View File

@@ -33,7 +33,7 @@ public abstract class CmisTest extends AbstractTestNGSpringContextTests
ServerHealth serverHealth;
@BeforeClass(alwaysRun = true)
public void setup() throws Exception
public void checkServerHealth() throws Exception
{
serverHealth.assertServerIsOnline();
}