Skip to content

Commit

Permalink
#28306 : added comment for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsolistorres committed May 24, 2024
1 parent 6d3d76c commit b68694e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b68694e

Please sign in to comment.