JPVenson
48ae3bc0df
Fixed tests again
1 month ago
JPVenson
cd75df6521
Applied review comments
1 month ago
JPVenson
b33810534b
Applied review comments
1 month ago
JPVenson
93adddd7a9
reverted dbg code
3 months ago
JPVenson
aea255f910
Deterministic tests my ***
3 months ago
JPVenson
c5488f8ead
Fixed tests message
3 months ago
JPVenson
7d137a8e8a
Updated test dbg message
3 months ago
JPVenson
056dcf7e81
Added Pipeline debug code
3 months ago
JPVenson
fb88d48374
Fixed out of order unittests
4 months ago
JPVenson
f58a24f005
Fixed tests
5 months ago
JPVenson
7f03f39bcc
Fixed tests
5 months ago
JPVenson
01d834f21a
Fixed (most) tests
5 months ago
Shadowghost
5bfb7b5d11
Remove invalid test
5 months ago
Niels van Velzen
9afaa6ae4d
Merge pull request #12548 from Bond-009/utf8bom
...
Remove BOM from UTF-8 files
6 months ago
Bond-009
eaca25d456
Merge pull request #12549 from Bond-009/livetvcontrollertests
...
Add LiveTvController tests
6 months ago
Bond_009
1082f20c20
Add PluginsController tests
6 months ago
Bond_009
af4b810c5e
Add LiveTvController tests
6 months ago
Bond_009
97a02f5803
Remove BOM from UTF-8 files
...
I think some people need to change their IDE configuration ;)
6 months ago
Bond_009
e2c4e52f39
Add regressions tests for update library endpoint
9 months ago
Cody Robibero
27fae3dd04
Limit sessions per user ( #11370 )
10 months ago
Patrick Barron
0a03539dc4
Remove DLNA tests
1 year ago
Bond_009
d7748cfa04
Multiple Stream changes
...
* Remove useless MemoryStream in DlnaHttpClient
* Use HttpContent.ReadFromJsonAsync extension
* Call ConfigureAwait for IAsyncDisposable
* Use HttpContent.CopyToAsync where possible
1 year ago
Bond_009
852f1dc0c1
Don't create non existent persons in LibraryManager.GetPerson
...
return null instead.
GetStudio, GetGenre, GetMusicGenre, GetYear, GetArtist still create a new one
when the requested one doesn't exist
Fixes #3901
1 year ago
Bond_009
03b6adf068
Fix xUnit1030: Do not call ConfigureAwait in test method
1 year ago
Bond_009
8316bd590e
Fix #7610
2 years ago
Cody Robibero
a527034ebe
Validate requested user id ( #8812 )
2 years ago
Bond_009
eb7fee9590
Add more tests
2 years ago
Bond_009
52230d1c30
Return NotFound when itemId isn't found
2 years ago
Chris Blake
ad5b83781a
Add 404 response to MarkPlayedItem/MarkUnplayedItem ( #9211 )
...
Fixes https://github.com/jellyfin/jellyfin/issues/9120
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Claus Vium
14027f962c
Merge pull request #6751 from Bond-009/tests12
...
Fix DLNA UpdateProfile test
2 years ago
Cody Robibero
6004060b4e
Fix build errors from new warnings
2 years ago
Bond_009
09e897d372
Clean up DLNA profile code
3 years ago
Niels van Velzen
8a827ba995
Update tests
3 years ago
Bond_009
f50a250cd9
Optimize Guid comparisons
...
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
3 years ago
cvium
b880dc8a4a
Use our own Contains extension
3 years ago
Bond_009
40be86eec0
Use PostAsJsonAsync where possible
3 years ago
Bond_009
beafd6eaab
Use JsonContent where possible
...
Should reduce the # of allocated bytes
3 years ago
Bond_009
5726535a26
Fix some warnings
...
609 left
3 years ago
Bond_009
69cf8c1947
Add tests for DlnaController
3 years ago
Bond_009
07f64102dd
Fix build
4 years ago
Bond_009
0f7c875076
Fix test
4 years ago
Bond_009
69ba539c70
Add more tests for LibraryStructureController
4 years ago
Bond_009
909573f2f1
Add tests for LibraryStructureController
4 years ago
Bond_009
8b1a211081
MediaInfoControllerTests: Check Content-Length
4 years ago
Bond_009
abbcf5e4f7
Add tests for Playback/BitrateTest endpoint
4 years ago
Bond_009
6f8ccab788
Move non-jellyfin extensions to separate project
4 years ago
crobibero
d32bbf181a
Ignore all test controllers
4 years ago
Bond_009
06401ffa0d
Fix duplicate keys causing an exception
4 years ago
BaronGreenback
133ce65e28
Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago