diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-09-15 12:30:00 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-09-15 12:30:00 -0400 |
commit | 44bcfcdb20174a25675e48560d8e4a29db70d917 (patch) | |
tree | cd8cbb4ff4b85fa735ffd6e59420b8bdfd9a33a4 /tests/check/upnp | |
parent | c5958b10cca7e52d146ba74acc523ef205b9b6a4 (diff) | |
download | farstream-44bcfcdb20174a25675e48560d8e4a29db70d917.tar.gz |
Rename test
Diffstat (limited to 'tests/check/upnp')
-rw-r--r-- | tests/check/upnp/fsupnp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/check/upnp/fsupnp.c b/tests/check/upnp/fsupnp.c index 758ca02f..384dd1c3 100644 --- a/tests/check/upnp/fsupnp.c +++ b/tests/check/upnp/fsupnp.c @@ -157,7 +157,7 @@ error_mapping_port_cb (FsUpnpSimpleIgd *igd, GError *error, gchar *proto, -GST_START_TEST (test_fsupnp_full) +GST_START_TEST (test_fsupnp_default_ctx) { FsUpnpSimpleIgd *igd = fs_upnp_simple_igd_new (NULL); GUPnPContext *context; @@ -223,7 +223,7 @@ fsupnp_suite (void) suite_add_tcase (s, tc_chain); tcase_add_test (tc_chain, test_fsupnp_new); - tcase_add_test (tc_chain, test_fsupnp_full); + tcase_add_test (tc_chain, test_fsupnp_default_ctx); return s; } |