mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Re-format acceptance criteria comments
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user