Skip to content

Commit 954bb64

Browse files
ealonsobrianchandotcom
authored andcommitted
LPS-195441 Update tests
1 parent 0123f58 commit 954bb64

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

portal-web/test/functional/com/liferay/portalweb/tests/enduser/exportimport/ExportImport.testcase

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ definition {
111111

112112
AntCommands.runCommand("build-test.xml", "unzip-temp-file -DfileName=${larFileName1}");
113113

114-
var folderExisted1 = LAR.isExistedFolder(folderName = "com.liferay.asset.kernel.model.adapter.StagedAssetLink");
114+
var folderExisted1 = LAR.isExistedFolder(folderName = "com.liferay.asset.link.model.adapter.StagedAssetLink");
115115

116116
if (${folderExisted1} == "false") {
117-
echo("The download temp file doesn't contain the com.liferay.asset.kernel.model.adapter.StagedAssetLink folder.");
117+
echo("The download temp file doesn't contain the com.liferay.asset.link.model.adapter.StagedAssetLink folder.");
118118
}
119119
else {
120-
fail("The download temp file contains the com.liferay.asset.kernel.model.adapter.StagedAssetLink folder.");
120+
fail("The download temp file contains the com.liferay.asset.link.model.adapter.StagedAssetLink folder.");
121121
}
122122
}
123123

@@ -145,13 +145,13 @@ definition {
145145

146146
AntCommands.runCommand("build-test.xml", "unzip-temp-file -DfileName=${larFileName2}");
147147

148-
var folderExisted2 = LAR.isExistedFolder(folderName = "com.liferay.asset.kernel.model.adapter.StagedAssetLink");
148+
var folderExisted2 = LAR.isExistedFolder(folderName = "com.liferay.asset.link.model.adapter.StagedAssetLink");
149149

150150
if (${folderExisted2} == "true") {
151-
echo("The download temp file contain the com.liferay.asset.kernel.model.adapter.StagedAssetLink folder.");
151+
echo("The download temp file contain the com.liferay.asset.link.model.adapter.StagedAssetLink folder.");
152152
}
153153
else {
154-
fail("The download temp file doesn't contain the com.liferay.asset.kernel.model.adapter.StagedAssetLink folder.");
154+
fail("The download temp file doesn't contain the com.liferay.asset.link.model.adapter.StagedAssetLink folder.");
155155
}
156156
}
157157
}

0 commit comments

Comments
 (0)