aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_http.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-12-02 11:59:56 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-12-02 11:59:56 +0000
commit614afe91d2c80b6fec4e6a090319c1a585944d75 (patch)
treeecd31dde4d596ec9c63fb5efde6243866c24bdc4 /src/transport/test_plugin_transport_http.c
parent318e4c9274fefbb546363633ea465f9f339cb828 (diff)
downloadgnunet-614afe91d2c80b6fec4e6a090319c1a585944d75.tar.gz
gnunet-614afe91d2c80b6fec4e6a090319c1a585944d75.zip
Working version of transport service with ATS integration
all tests passing on my machine
Diffstat (limited to 'src/transport/test_plugin_transport_http.c')
-rw-r--r--src/transport/test_plugin_transport_http.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c
index a711f6772..6b6463f1a 100644
--- a/src/transport/test_plugin_transport_http.c
+++ b/src/transport/test_plugin_transport_http.c
@@ -1311,7 +1311,7 @@ main (int argc, char *const *argv)
1311 }; 1311 };
1312 int ret; 1312 int ret;
1313 char *const argv_prog[] = { 1313 char *const argv_prog[] = {
1314 "test_plugin_transport_http", 1314 "test_gnunet_transport_plugin_http",
1315 "-c", 1315 "-c",
1316 "test_plugin_transport_data_http.conf", 1316 "test_plugin_transport_data_http.conf",
1317 "-L", 1317 "-L",
@@ -1322,7 +1322,7 @@ main (int argc, char *const *argv)
1322#endif 1322#endif
1323 NULL 1323 NULL
1324 }; 1324 };
1325 GNUNET_log_setup ("test_plugin_transport_http", 1325 GNUNET_log_setup ("test_gnunet_transport_plugin_http",
1326#if VERBOSE 1326#if VERBOSE
1327 "DEBUG", 1327 "DEBUG",
1328#else 1328#else
@@ -1336,9 +1336,9 @@ main (int argc, char *const *argv)
1336 "test_gnunet_transport_plugin_http", 1336 "test_gnunet_transport_plugin_http",
1337 "testcase", options, &run, NULL)) ? GNUNET_NO : GNUNET_YES; 1337 "testcase", options, &run, NULL)) ? GNUNET_NO : GNUNET_YES;
1338 1338
1339 GNUNET_DISK_directory_remove ("/tmp/test_plugin_transport_http"); 1339 GNUNET_DISK_directory_remove ("/tmp/test_gnunet_transport_plugin_http");
1340 1340
1341 return fail; 1341 return fail;
1342} 1342}
1343 1343
1344/* end of test_plugin_transport_http.c */ 1344/* end of test_gnunet_transport_plugin_http.c */