summaryrefslogtreecommitdiff
path: root/tests/rygel-http-item-uri-test.vala
Commit message (Collapse)AuthorAgeFilesLines
* all: Update license text to LGPLv2.1 properJens Georg2015-11-021-8/+8
| | | | | | We always claimed being LGPLv2.1 but the license text said differently. Signed-off-by: Jens Georg <mail@jensge.org>
* tests: Fix for recent modificationsJens Georg2015-02-081-4/+12
|
* all: Refactoring of the MediaObject class hierarchyCraig Pratt2015-02-081-3/+3
| | | | | | | | Introduce a MediaFileItem class that represents a single file Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=720218
* tests: Fix testsJens Georg2014-07-131-0/+1
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* tests: Also use new libsoup vapiJens Georg2013-10-021-5/+5
|
* server: Add DIDL_S resource to containerJens Georg2012-11-221-1/+4
| | | | | This resource is a playlist in DIDL_S format. Some players and renderers can process those playlists directly.
* tests: Fix broken tests after d6f83bbeJens Georg2012-02-161-0/+4
|
* core: Append extensions to served filesKrzesimir Nowak2012-01-191-6/+54
|
* tests: Extend rygel-http-item-uri-test.valaMarcin Kazmierczak2011-12-221-0/+11
| | | | New test case with incorrect url.
* tests: Fix bug in HTTPItemUri testMarcin Kazmierczak2011-12-221-0/+1
| | | | | | | | test_construction_with_subtitle: Add default -1 Thumbnail index in HTTPItemUri constructor call. Previously test create HTTPItemURI object with Thumbnail index instead of subtitle index.
* core,tests: Shorter HTTP URLsZeeshan Ali (Khattak)2010-12-161-1/+1
| | | | | - Remove redundant 'RygelHTTPServer' prefix (plugin names are unique). - Abbreviate parameter names in URL.
* tests: Coverage for new subtitle APIsZeeshan Ali (Khattak)2010-04-131-0/+12
|
* tests: Catch the exact errorZeeshan Ali (Khattak)2010-03-131-3/+1
| | | | | Latest valac spits a warning on this but thats OK since the warning is bogus and this is already fixed in vala git master.
* tests: Keep all classes private in HTTPItemURITestZeeshan Ali (Khattak)2010-03-131-4/+4
|
* tests: Add copyright header to ItemURITestZeeshan Ali (Khattak)2010-03-111-0/+23
|
* tests: Skip the test if network is not availableZeeshan Ali (Khattak)2010-03-111-3/+16
|
* build,tests: First unit testZeeshan Ali (Khattak)2010-03-111-0/+102
Add unit test for HTTPItemURI. This also includes the needed build setup.