fix gns and identity test script
authorPhil <phil.buschmann@tum.de>
Mon, 6 Aug 2018 00:26:04 +0000 (02:26 +0200)
committerPhil <phil.buschmann@tum.de>
Mon, 6 Aug 2018 00:26:04 +0000 (02:26 +0200)
src/gns/plugin_rest_gns.c
src/gns/test_plugin_rest_gns.sh
src/identity/test_plugin_rest_identity.sh

index 4be583f73c329b9e4124dd780d7fda306e98aa63..495d01504aa82187756387754f4345ce7daeab4d 100644 (file)
@@ -32,6 +32,7 @@
 
 #define GNUNET_REST_API_NS_GNS "/gns"
 
+
 #define GNUNET_REST_GNS_PARAM_NAME "name"
 
 #define GNUNET_REST_GNS_PARAM_RECORD_TYPE "record_type"
@@ -56,7 +57,6 @@ struct Plugin
 };
 
 
-
 struct RequestHandle
 {
 
@@ -208,7 +208,6 @@ handle_gns_response (void *cls,
   struct MHD_Response *resp;
   json_t *result_array;
   json_t *record_obj;
-  char *record_value;
   char *result;
 
   handle->gns_lookup = NULL;
index fca35ee2d9901771c4b57717a4bd51732c8e02b2..7ede44501a4f96bd8b58c26cd12804cffb96f8a3 100755 (executable)
@@ -10,7 +10,7 @@ curl_get () {
     #$1 is link
     #$2 is grep
     cache="$(curl -v "$1" 2>&1 | grep "$2")"
-    echo $cache
+    #echo $cache
     if [ "" == "$cache" ]
     then
         exit 1
index 22a7a53c6487f071223eca98c50a2f8b7f246535..d9377500e6ba029e96d31564fa47c8f29d5df408 100755 (executable)
@@ -3,8 +3,6 @@
 #First, start gnunet-arm and the rest-service.
 #Exit 0 means success, exit 1 means failed test
 
-#No test for subsystem available
-
 identity_link="http://localhost:7776/identity"
 wrong_link="http://localhost:7776/identityandmore"