-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixing test data #CTCTOWALTZ-3335 #7145
- Loading branch information
Showing
6 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...es/org/finos/waltz/service/measurable_rating/test-measurable-rating-items-with-blanks.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
assetCode taxonomy_external_id ratingCode isPrimary comment | ||
109235-1 CT-001 A TRUE comment | ||
109-1 CT-001 A TRUE comment | ||
|
||
|
||
109235-1 CT-001 A FALSE comment | ||
324234-1 CT-003 A FALSE comment | ||
109-1 CT-001 A FALSE comment | ||
324-1 CT-003 A FALSE comment |
6 changes: 3 additions & 3 deletions
6
...nos/waltz/service/measurable_rating/test-measurable-rating-items-with-commented-lines.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
assetCode, taxonomy_external_id, ratingCode, isPrimary, comment | ||
#109235-1 CT-001 A TRUE comment | ||
#109-1 CT-001 A TRUE comment | ||
|
||
|
||
109235-1, CT-001, A, FALSE, comment | ||
324234-1, CT-003, A, FALSE, comment | ||
109-1, CT-001, A, FALSE, comment | ||
324-1, CT-003, A, FALSE, comment |
6 changes: 3 additions & 3 deletions
6
...test/resources/org/finos/waltz/service/measurable_rating/test-measurable-rating-items.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
assetCode, taxonomyExternalId, ratingCode, isPrimary, comment | ||
109235-1, CT-001, A, TRUE, comment | ||
109235-1, CT-001, A, FALSE, comment | ||
324234-1, CT-003, A, FALSE, comment | ||
109-1, CT-001, A, TRUE, comment | ||
109-1, CT-001, A, FALSE, comment | ||
324-1, CT-003, A, FALSE, comment |
6 changes: 3 additions & 3 deletions
6
...est/resources/org/finos/waltz/service/measurable_rating/test-measurable-rating-items.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...test/resources/org/finos/waltz/service/measurable_rating/test-measurable-rating-items.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
assetCode taxonomyExternalId ratingCode isPrimary comment | ||
109235-1 CT-001 A TRUE comment | ||
109235-1 CT-001 A FALSE comment | ||
324234-1 CT-003 A FALSE comment | ||
109-1 CT-001 A TRUE comment | ||
109-1 CT-001 A FALSE comment | ||
324-1 CT-003 A FALSE comment |