Skip to content

Commit 785f8a6

Browse files
committed
Update parity
1 parent 5e3bf2d commit 785f8a6

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ update-ca-certificates
9999

100100
```
101101
$ go run sytest_coverage.go -v
102-
103102
10apidoc/01register 3/9 tests
104103
× GET /register yields a set of flows
105104
✓ POST /register can create a user
@@ -111,8 +110,17 @@ $ go run sytest_coverage.go -v
111110
× POST $ep_name with shared secret downcases capitals
112111
× POST $ep_name with shared secret disallows symbols
113112
114-
10apidoc/01request-encoding 0/1 tests
115-
10apidoc/02login 0/6 tests
113+
10apidoc/01request-encoding 1/1 tests
114+
✓ POST rejects invalid utf-8 in JSON
115+
116+
10apidoc/02login 3/6 tests
117+
✓ GET /login yields a set of flows
118+
✓ POST /login can log in as a user
119+
✓ POST /login returns the same device_id as that in the request
120+
× POST /login can log in as a user with just the local part of the id
121+
× POST /login as non-existing user is rejected
122+
× POST /login wrong password is rejected
123+
116124
10apidoc/03events-initial 0/2 tests
117125
10apidoc/04version 0/1 tests
118126
10apidoc/10profile-displayname 0/2 tests
@@ -302,6 +310,5 @@ $ go run sytest_coverage.go -v
302310
90jira/SYN-516 0/1 tests
303311
90jira/SYN-627 0/1 tests
304312
305-
TOTAL: 11/690 tests converted
306-
313+
TOTAL: 15/690 tests converted
307314
```

0 commit comments

Comments
 (0)