Skip to content

Commit 84ee656

Browse files
committed
fix: update file paths in JSON output scenarios to reflect correct directory structure
1 parent 7ceba91 commit 84ee656

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

features/makejson.feature

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,23 +1167,23 @@ Feature: Split PO files into JSON files.
11671167
Success: Created 5 files.
11681168
"""
11691169
And the return code should be 0
1170-
And the foo-plugin/languages/foo-plugin-de_DE-9a9569e9d73f33740eada95275da7f30.json file should contain:
1170+
And the foo-plugin/foo-plugin-de_DE-9a9569e9d73f33740eada95275da7f30.json file should contain:
11711171
"""
11721172
"source":"script.js"
11731173
"""
1174-
And the foo-plugin/languages/foo-plugin-de_DE-539c08d0bcc09c88b8ea0aed7e1268a8.json file should contain:
1174+
And the foo-plugin/foo-plugin-de_DE-539c08d0bcc09c88b8ea0aed7e1268a8.json file should contain:
11751175
"""
11761176
"source":"testadmin.js"
11771177
"""
1178-
And the foo-plugin/languages/foo-plugin-de_DE-019463acf45a54a13438ace83bf8f270.json file should contain:
1178+
And the foo-plugin/foo-plugin-de_DE-019463acf45a54a13438ace83bf8f270.json file should contain:
11791179
"""
11801180
"source":"lib.min.js"
11811181
"""
1182-
And the foo-plugin/languages/foo-plugin-de_DE-879219342c5fd7dc4c85ccd6c9e5572f.json file should contain:
1182+
And the foo-plugin/foo-plugin-de_DE-879219342c5fd7dc4c85ccd6c9e5572f.json file should contain:
11831183
"""
11841184
"source":"test.minified.js"
11851185
"""
1186-
And the foo-plugin/languages/foo-plugin-de_DE-5681c99983772839611729e61c726e79.json file should contain:
1186+
And the foo-plugin/foo-plugin-de_DE-5681c99983772839611729e61c726e79.json file should contain:
11871187
"""
11881188
"source":"app.min.admin.js"
11891189
"""

0 commit comments

Comments
 (0)