summary refs log tree commit diff
path: root/syweb/webclient/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add notification-service unit tests.Kegan Dougal2014-11-141-0/+78
* Add mUserDisplayName unit tests.Kegan Dougal2014-11-141-0/+141
* Unskip unit tests; fix filter dependency.Kegan Dougal2014-11-141-12/+18
* Remove getUserDisplayName and move that logic the filter mUserDisplayName. Up...Kegan Dougal2014-11-131-13/+13
* Add commands-service unit tests.Kegan Dougal2014-11-131-0/+143
* Add more recents service unit tests.Kegan Dougal2014-11-121-0/+38
* Add test coverage to the webclient. Update .gitignoreKegan Dougal2014-11-121-1/+15
* Make earlier versions of jasmine happy by doing explicit object comparisonsKegan Dougal2014-11-121-1/+2
* Add recentsService unit tests.Kegan Dougal2014-11-121-0/+114
* Move room alias/id mapping logic from matrixService to modelService.Kegan Dougal2014-11-121-5/+5
* add new peity dep to testsMatthew Hodgson2014-11-111-0/+2
* Swap from using raw m.room.member events for room members to using actual Roo...Kegan Dougal2014-11-063-19/+33
* Add modelService test. Thin for now but will be expanded upon.Kegan Dougal2014-11-061-0/+30
* Factor out room name logic: mRoomName is the canonical source.Kegan Dougal2014-11-061-2/+2
* Use .not.toEqual instead of .toNotEqual which is in a newer version of Jasmine.Kegan Dougal2014-11-061-1/+1
* Start adding regression tests. First up, register-controller for SYWEB-109.Kegan Dougal2014-11-061-0/+84
* Fix broken tests which were previously skipped.Kegan Dougal2014-11-061-12/+7
* Add mRoomName and orderMembersList filter tests. Mark FIXME on broken tests f...Kegan Dougal2014-11-061-3/+444
* State *.js in karma.conf rather than *.* so *.js~ files are ignored.Kegan Dougal2014-11-061-7/+7
* Add duration filter unit tests.Kegan Dougal2014-11-051-0/+50
* Add a few eventHandlerService tests.Kegan Dougal2014-11-051-0/+105
* Finish matrixService unit tests. Add missing encodeURIComponent to path args.Kegan Dougal2014-11-051-60/+228
* Add more tests and a TODO.Kegan Dougal2014-11-051-2/+55
* Don't urlencode event types just yet so older HSes don't 500.Kegan Dougal2014-11-051-2/+2
* Be sure to urlencode/decode event types correctly in both the web client and HS.Kegan Dougal2014-11-051-3/+3
* Add a bunch more unit tests for matrixService.Kegan Dougal2014-11-051-6/+191
* URL encoding bugfix and add more tests.Kegan Dougal2014-11-041-6/+40
* Add matrix-service unit tests. Update angular-mocks.Kegan Dougal2014-11-041-0/+64
* Move webclient to a python module so that it can be installedMark Haines2014-11-045-0/+233