From b68694e88974c12ac696bf3a2f68d3057f9e1612 Mon Sep 17 00:00:00 2001 From: "daniel.solis" Date: Fri, 24 May 2024 12:31:57 -0600 Subject: [PATCH] #28306 : added comment for integration test --- .../src/test/java/com/dotcms/util/ImportUtilTest.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotcms-integration/src/test/java/com/dotcms/util/ImportUtilTest.java b/dotcms-integration/src/test/java/com/dotcms/util/ImportUtilTest.java index 1c81d51816aa..a1d26b46e984 100644 --- a/dotcms-integration/src/test/java/com/dotcms/util/ImportUtilTest.java +++ b/dotcms-integration/src/test/java/com/dotcms/util/ImportUtilTest.java @@ -2058,6 +2058,13 @@ public void importFile_success_when_lineContainsLegacyFolderInode() } } + /** + * Method to test: {@link ImportUtil#importFile} + * Case: Import file including a page with URL field set to a valid URL + * @throws DotSecurityException when there is a security exception + * @throws DotDataException when there is a dotCMS data exception + * @throws IOException when there is an IO exception + */ @Test public void importFile_PagesWithURL_success() throws DotSecurityException, DotDataException, IOException {