Skip to content

Commit cb7f1a8

Browse files
vicnate5brianchandotcom
authored andcommitted
LRQA-72516 Correct file name
1 parent 512cbab commit cb7f1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal-web/test/functional/com/liferay/portalweb/macros/UpgradeSchema.macro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ definition {
77
locator1 = "build-test.xml",
88
value1 = "validate-db-upgrade-schemas");
99

10-
var result = FileUtil.read("${projectDir}/db-changes.txt");
10+
var result = FileUtil.read("${projectDir}/validate-db-upgrade-schemas.txt");
1111

1212
if (!(contains("${result}", "Database schemas match"))) {
1313
echo("${result}");

0 commit comments

Comments
 (0)