-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'devNumericFormatBug' into devParquetDuckdb
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 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
11 changes: 11 additions & 0 deletions
11
kraftwerk-functional-tests/src/test/resources/features/do_we_export_numeric.feature
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Feature: Do we save number format correctly ? | ||
Everybody wants to know if we save them correctly | ||
|
||
Scenario Outline: Do we export large numbers in right format (without E) | ||
Given Step 0 : We have some survey in directory "<Directory>" | ||
When Step 1 : We launch main service | ||
Then Step 7 : We check that id "<SurveyUnitId>" has value "<ExpectedValue>" for variable "<VariableName>" in table "<TableName>" | ||
Examples: | ||
|Directory |SurveyUnitId |ExpectedValue |VariableName |TableName | | ||
|SAMPLETEST-DATAONLY-v1 |0000005 |19800340 |T_NPIECES |RACINE | | ||
|
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