Skip to content

Commit

Permalink
DAT-13180. uncommented redirectTestOutputToFile param in pom. small c…
Browse files Browse the repository at this point in the history
…hanges in test data
  • Loading branch information
PavloTytarchuk authored and KushnirykOleh committed Feb 1, 2023
1 parent 785f7ff commit d01cd6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<version>2.22.2</version>
<configuration>
<!-- <skipTests>false</skipTests>-->
<!-- <redirectTestOutputToFile>true</redirectTestOutputToFile>-->
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<reportFormat>plain</reportFormat>
</configuration>
<executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"changes": [
{
"createCollection": {
"collectionName": "test_collection_json"
"collectionName": "towns_json"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/createCollection.json",
"comments":"test_comment",
"author":"as",
"description":"createCollection collectionName=test_collection_json",
"description":"createCollection collectionName=towns_json",
"contexts":"test_context",
"labels":"test_label",
"md5sum":"8:aae5fd52e701ca0e2685d722d0616834",
"md5sum":"8:d9a9bab47a6eab608f53ace261a5b9e7",
"id":"1",
"tag":"test_tag",
"execType":"EXECUTED"
Expand Down

0 comments on commit d01cd6b

Please sign in to comment.