File tree Expand file tree Collapse file tree
portal-web/test/functional/com/liferay/portalweb/tests/enduser/exportimport Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments