Re-format acceptance criteria comments

This commit is contained in:
Mihai Cozma
2016-10-04 14:34:07 +03:00
parent 6d2752d34a
commit 0d309d2ba7

View File

@@ -101,8 +101,10 @@ public class DeclareAsRecordVersionTest extends RecordableVersionsBaseTest
}
/**
* Given versionable content with a recorded latest version When I declare a version record Then nothing happens
* since the latest version is already recorded And a warning is logged
* Given versionable content with a recorded latest version
* When I declare a version record
* Then nothing happens since the latest version is already recorded And a warning is logged
*
*/
public void testDeclareLatestVersionAsRecordButAlreadyRecorded()
{
@@ -148,8 +150,9 @@ public class DeclareAsRecordVersionTest extends RecordableVersionsBaseTest
}
/**
* Given that a document is a specialized type When version is declared as a record Then the record is the same type
* as the source document
* Given that a document is a specialized type
* When version is declared as a record
* Then the record is the same type as the source document
*
* @see https://issues.alfresco.com/jira/browse/RM-2194
*/
@@ -205,6 +208,9 @@ public class DeclareAsRecordVersionTest extends RecordableVersionsBaseTest
}
/**
* Given versionable content with a non recorded latest version, with auto-version flag true , and properties are changed for current version
* When I declare this version as a record
* Then a new minor version is created
* @see https://issues.alfresco.com/jira/browse/RM-2368
*/
public void testCreateRecordFromLatestVersion()