diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/state.json_3users | 1 | ||||
| -rw-r--r-- | test/state_2cars.json (renamed from test/state.json_2cars) | 2 | ||||
| -rw-r--r-- | test/state_3users.json (renamed from test/add_reg_state) | 2 | ||||
| -rw-r--r-- | test/state_transactions1.json (renamed from test/state.json_transactions1) | 0 |
4 files changed, 2 insertions, 3 deletions
diff --git a/test/state.json_3users b/test/state.json_3users deleted file mode 100644 index 94b5a54..0000000 --- a/test/state.json_3users +++ /dev/null @@ -1 +0,0 @@ -{"balance": {"alice": {"bob": 0, "charlie": 0}, "bob": {"alice": 0, "charlie": 0}, "charlie": {"alice": 0, "bob": 0}}, "name2num": {"alice": "+49123456", "bob": "+49654321", "charlie": "+49615243"}, "num2name": {"+49123456": "alice", "+49654321": "bob", "+49615243": "charlie"}, "cars": {}, "scheduled_cmds": {}, "changes": {"alice": [], "bob": [], "charlie": []}}
\ No newline at end of file diff --git a/test/state.json_2cars b/test/state_2cars.json index 05091a9..263ab6b 100644 --- a/test/state.json_2cars +++ b/test/state_2cars.json @@ -1 +1 @@ -{"balance": {"alice": {"bob": 0, "charlie": 0, "foo": 0, "bar": 0}, "bob": {"alice": 0, "charlie": 0, "foo": 0, "bar": 0}, "charlie": {"alice": 0, "bob": 0, "foo": 0, "bar": 0}, "foo": {"alice": 0, "bob": 0, "charlie": 0, "bar": 0}, "bar": {"alice": 0, "bob": 0, "charlie": 0, "foo": 0}}, "name2num": {"alice": "+49123456", "bob": "+49654321", "charlie": "+49615243"}, "num2name": {"+49123456": "alice", "+49654321": "bob", "+49615243": "charlie"}, "cars": {"foo": 4, "bar": 2}, "scheduled_cmds": {}, "changes": {"alice": [], "bob": [], "charlie": []}}
\ No newline at end of file +{"balance": {"alice": {"bob": 0, "charlie": 0, "foo": 0, "bar": 0}, "bob": {"alice": 0, "charlie": 0, "foo": 0, "bar": 0}, "charlie": {"alice": 0, "bob": 0, "foo": 0, "bar": 0}, "foo": {"alice": 0, "bob": 0, "charlie": 0, "bar": 0}, "bar": {"alice": 0, "bob": 0, "charlie": 0, "foo": 0}}, "name2num": {"alice": "+49123456", "bob": "+49654321", "charlie": "+49615243"}, "num2name": {"+49123456": "alice", "+49654321": "bob", "+49615243": "charlie"}, "cars": {"foo": 4, "bar": 2}, "scheduled_cmds": {}, "changes": {"alice": [], "bob": [], "charlie": []}, "aliases": {}}
\ No newline at end of file diff --git a/test/add_reg_state b/test/state_3users.json index 94b5a54..7d4414a 100644 --- a/test/add_reg_state +++ b/test/state_3users.json @@ -1 +1 @@ -{"balance": {"alice": {"bob": 0, "charlie": 0}, "bob": {"alice": 0, "charlie": 0}, "charlie": {"alice": 0, "bob": 0}}, "name2num": {"alice": "+49123456", "bob": "+49654321", "charlie": "+49615243"}, "num2name": {"+49123456": "alice", "+49654321": "bob", "+49615243": "charlie"}, "cars": {}, "scheduled_cmds": {}, "changes": {"alice": [], "bob": [], "charlie": []}}
\ No newline at end of file +{"balance": {"alice": {"bob": 0, "charlie": 0}, "bob": {"alice": 0, "charlie": 0}, "charlie": {"alice": 0, "bob": 0}}, "name2num": {"alice": "+49123456", "bob": "+49654321", "charlie": "+49615243"}, "num2name": {"+49123456": "alice", "+49654321": "bob", "+49615243": "charlie"}, "cars": {}, "scheduled_cmds": {}, "changes": {"alice": [], "bob": [], "charlie": []}, "aliases": {}}
\ No newline at end of file diff --git a/test/state.json_transactions1 b/test/state_transactions1.json index 990f5fe..990f5fe 100644 --- a/test/state.json_transactions1 +++ b/test/state_transactions1.json |
