From d5bee2e893284071530f53884faa128c1c7a41d9 Mon Sep 17 00:00:00 2001
From: gakin <gakin>
Date: Mon, 19 Oct 2015 14:41:10 +0000
Subject: [PATCH] SSDM-2433 : Typo in test name fixed.

SVN: 34872
---
 .../systemtest/api/v1/GeneralInformationServiceTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java
index ad32c074881..4af5ff282b5 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java
@@ -968,7 +968,7 @@ public class GeneralInformationServiceTest extends SystemTestCase
         }
     }
     
-    public void testGetPostregistrationStatusTrueByDefsultForContainerDataSets()
+    public void testGetPostregistrationStatusTrueByDefaultForContainerDataSets()
     {
        SearchCriteria criteria = new SearchCriteria();
         criteria.addMatchClause(MatchClause.createAttributeMatch(MatchClauseAttribute.CODE, "CONTAINER_1"));
-- 
GitLab