diff options
Diffstat (limited to 'src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh')
-rwxr-xr-x | src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh index 10799e6..4c9c4e9 100755 --- a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh +++ b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh | |||
@@ -274,12 +274,11 @@ echo -n "Running backup logic ...," | |||
274 | anastasis-reducer -b > $B1FILE | 274 | anastasis-reducer -b > $B1FILE |
275 | echo -n "." | 275 | echo -n "." |
276 | anastasis-reducer -a \ | 276 | anastasis-reducer -a \ |
277 | '{"continent": "Testcontinent"}' \ | 277 | '{"continent": "Demoworld"}' \ |
278 | select_continent < $B1FILE > $B2FILE | 278 | select_continent < $B1FILE > $B2FILE |
279 | echo -n "." | 279 | echo -n "." |
280 | anastasis-reducer -a \ | 280 | anastasis-reducer -a \ |
281 | '{"country_code": "xx", | 281 | '{"country_code": "xx"}' \ |
282 | "currencies":["TESTKUDOS"]}' \ | ||
283 | select_country < $B2FILE > $B1FILE | 282 | select_country < $B2FILE > $B1FILE |
284 | echo -n "." | 283 | echo -n "." |
285 | anastasis-reducer -a \ | 284 | anastasis-reducer -a \ |
@@ -407,11 +406,10 @@ echo " OK" | |||
407 | echo -n "Running recovery basic logic ..." | 406 | echo -n "Running recovery basic logic ..." |
408 | anastasis-reducer -r > $R1FILE | 407 | anastasis-reducer -r > $R1FILE |
409 | anastasis-reducer -a \ | 408 | anastasis-reducer -a \ |
410 | '{"continent": "Testcontinent"}' \ | 409 | '{"continent": "Demoworld"}' \ |
411 | select_continent < $R1FILE > $R2FILE | 410 | select_continent < $R1FILE > $R2FILE |
412 | anastasis-reducer -a \ | 411 | anastasis-reducer -a \ |
413 | '{"country_code": "xx", | 412 | '{"country_code": "xx"}' \ |
414 | "currencies":["TESTKUDOS"]}' \ | ||
415 | select_country < $R2FILE > $R1FILE | 413 | select_country < $R2FILE > $R1FILE |
416 | anastasis-reducer -a '{"identity_attributes": { "full_name": "Max Musterman", "sq_number": "4", "birthdate": "2000-01-01" }}' enter_user_attributes < $R1FILE > $R2FILE | 414 | anastasis-reducer -a '{"identity_attributes": { "full_name": "Max Musterman", "sq_number": "4", "birthdate": "2000-01-01" }}' enter_user_attributes < $R1FILE > $R2FILE |
417 | 415 | ||