summaryrefslogtreecommitdiff
path: root/tests/check/upnp
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-09-15 12:30:00 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-09-15 12:30:00 -0400
commit44bcfcdb20174a25675e48560d8e4a29db70d917 (patch)
treecd8cbb4ff4b85fa735ffd6e59420b8bdfd9a33a4 /tests/check/upnp
parentc5958b10cca7e52d146ba74acc523ef205b9b6a4 (diff)
downloadfarstream-44bcfcdb20174a25675e48560d8e4a29db70d917.tar.gz
Rename test
Diffstat (limited to 'tests/check/upnp')
-rw-r--r--tests/check/upnp/fsupnp.c4
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;
}