aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_pseu_shorten.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_pseu_shorten.c')
-rw-r--r--src/gns/test_gns_pseu_shorten.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_pseu_shorten.c b/src/gns/test_gns_pseu_shorten.c
index e45e4d01e..cae454047 100644
--- a/src/gns/test_gns_pseu_shorten.c
+++ b/src/gns/test_gns_pseu_shorten.c
@@ -43,7 +43,7 @@
43#define DEFAULT_NUM_PEERS 2 43#define DEFAULT_NUM_PEERS 2
44 44
45/* test records to resolve */ 45/* test records to resolve */
46#define TEST_DOMAIN "www.alicewonderland.bobbuilder.gnunet" 46#define TEST_DOMAIN "www.alicewonderland.bobbuilder.gads"
47#define TEST_IP "127.0.0.1" 47#define TEST_IP "127.0.0.1"
48#define TEST_RECORD_NAME "www" 48#define TEST_RECORD_NAME "www"
49 49
@@ -52,7 +52,7 @@
52#define TEST_AUTHORITY_BOB "bobbuilder" 52#define TEST_AUTHORITY_BOB "bobbuilder"
53#define TEST_AUTHORITY_ALICE "alicewonderland" 53#define TEST_AUTHORITY_ALICE "alicewonderland"
54#define TEST_PSEU_ALICE "carol" 54#define TEST_PSEU_ALICE "carol"
55#define TEST_EXPECTED_RESULT "www.carol.short.private.gnunet" 55#define TEST_EXPECTED_RESULT "www.carol.short.private.gads"
56 56
57#define DHT_OPERATION_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) 57#define DHT_OPERATION_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30)
58 58