Skip to content

Commit

Permalink
Merge pull request #193 from BalticAmadeus/191-two-tests-are-failing-…
Browse files Browse the repository at this point in the history
…after-version-0033

191 Update failing tests
  • Loading branch information
gustason authored Sep 13, 2024
2 parents b57c7f3 + 57722bf commit fb36d1e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
10 changes: 0 additions & 10 deletions resources/functionalTests/temptable/4-like/input.p

This file was deleted.

8 changes: 0 additions & 8 deletions resources/functionalTests/temptable/4-like/target.p

This file was deleted.

2 changes: 1 addition & 1 deletion resources/functionalTests/temptable/5-serializable/input.p
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
/* { "AblFormatter.temptableFormatting": true,
"abl.completion.upperCase": true}*/

DEFINE SERIALIZABLE TEMP-TABLE ttCustomer NO-UNDO REFERENCE-ONLY LIKE Customer INX CustNum I PRIMARY UNIQUE ustNum
DEFINE SERIALIZABLE TEMP-TABLE ttCustomer NO-UNDO REFERENCE-ONLY LIKE Customer INDEX CustNum I PRIMARY UNIQUE ustNum
INDEX CustNum IS PRIMARY UNIQUE CustNum.
4 changes: 2 additions & 2 deletions resources/functionalTests/temptable/5-serializable/target.p
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
/* { "AblFormatter.temptableFormatting": true,
"abl.completion.upperCase": true}*/

DEFINE SERIALIZABLE TEMP-TABLE ttCustomer NO-UNDO REFERENCE-ONLY
LIKE Customer. INX CustNum I PRIMARY UNIQUE ustNum
DEFINE SERIALIZABLE TEMP-TABLE ttCustomer NO-UNDO REFERENCE-ONLY LIKE Customer
INDEX CustNum I PRIMARY UNIQUE ustNum
INDEX CustNum IS PRIMARY UNIQUE CustNum.

0 comments on commit fb36d1e

Please sign in to comment.