From ecf59fd0b66044dc65fc1c060e394ed0396c449f Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Mon, 18 Jul 2016 13:05:38 +0200 Subject: [PATCH] add test description Signed-off-by: Michael Hirsch --- .../eclipse/hawkbit/repository/jpa/SystemManagementTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/SystemManagementTest.java b/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/SystemManagementTest.java index 701494b3d..a9f004a73 100644 --- a/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/SystemManagementTest.java +++ b/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/SystemManagementTest.java @@ -31,7 +31,7 @@ import ru.yandex.qatools.allure.annotations.Stories; public class SystemManagementTest extends AbstractJpaIntegrationTestWithMongoDB { @Test - @Description("Micha TODO!") + @Description("Ensures that you can create a tenant without setting the necessary security context which holds a current tenant") public void createInitialTenantWithoutSecurityContext() { securityRule.clear(); final String tenantToBeCreated = "newTenantToCreate";