provokateurin / dart-nextcloud

A Nextcloud client for dart
Other
20 stars 15 forks source link

Talk getting participants test broken #15

Closed provokateurin closed 1 year ago

provokateurin commented 4 years ago

Talk getting participants test is broken in some cases, because it returns some id which looks randomly generated and is not the user id. It's actually the same id used for the file path in my scenario

provokateurin commented 3 years ago

So this is a case where loginname != username. We need to add a test to fix this, but first create a case to trigger it manually on the dev/test NC instance.

vauvenal5 commented 3 years ago

I think by making the admin user login with email address instead of username this can be triggered by default on the test instance. This way the more complicated case is the default case in the tests. Also, we should consider retrieving the real username for every client that requires the username, or how do you see it?