mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2026-04-23 22:30:28 +00:00
ACS-10505 test cases updated
This commit is contained in:
@@ -54,10 +54,6 @@ class LibreOfficeProfileManagerTest
|
||||
profileManager = new LibreOfficeProfileManager();
|
||||
}
|
||||
|
||||
// =====================================================
|
||||
// Tests for getEffectiveTemplateProfileDir method
|
||||
// =====================================================
|
||||
|
||||
@Test
|
||||
void testGetEffectiveTemplateProfileDir_WithNullInput()
|
||||
{
|
||||
@@ -236,10 +232,6 @@ class LibreOfficeProfileManagerTest
|
||||
}
|
||||
}
|
||||
|
||||
// =====================================================
|
||||
// Tests for edge cases in registry content
|
||||
// =====================================================
|
||||
|
||||
@Test
|
||||
void testCheckUserProvidedRegistry_WithEmptyRegistryFile() throws IOException
|
||||
{
|
||||
@@ -313,10 +305,6 @@ class LibreOfficeProfileManagerTest
|
||||
}
|
||||
}
|
||||
|
||||
// =====================================================
|
||||
// Tests for registry file read errors
|
||||
// =====================================================
|
||||
|
||||
@Test
|
||||
void testCheckUserProvidedRegistry_WithUnreadableRegistryFile() throws IOException
|
||||
{
|
||||
@@ -341,10 +329,6 @@ class LibreOfficeProfileManagerTest
|
||||
}
|
||||
}
|
||||
|
||||
// =====================================================
|
||||
// Tests for multiple variations of registry paths
|
||||
// =====================================================
|
||||
|
||||
@Test
|
||||
void testGetEffectiveTemplateProfileDir_WithMultiplePathFormats()
|
||||
{
|
||||
@@ -363,10 +347,6 @@ class LibreOfficeProfileManagerTest
|
||||
}
|
||||
}
|
||||
|
||||
// =====================================================
|
||||
// Helper methods
|
||||
// =====================================================
|
||||
|
||||
/**
|
||||
* Builds registry content with configurable BlockUntrustedRefererLinks property
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user