aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-23 17:19:53 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-23 17:19:53 +0100
commit61787bfa37e0ac5998e01d9c4806600033c19c74 (patch)
tree1ceb843f63aa076682ebfa2de2250dc32ee65004 /src/ats/test_ats_api.c
parent4a3be482811fe8ed1502fea2c12a8449b560a99e (diff)
downloadgnunet-61787bfa37e0ac5998e01d9c4806600033c19c74.tar.gz
gnunet-61787bfa37e0ac5998e01d9c4806600033c19c74.zip
rename fest: use new libgnunetnt instead of old libgnunetats logic for network type classification
Diffstat (limited to 'src/ats/test_ats_api.c')
-rw-r--r--src/ats/test_ats_api.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ats/test_ats_api.c b/src/ats/test_ats_api.c
index b449e5066..e049ebe16 100644
--- a/src/ats/test_ats_api.c
+++ b/src/ats/test_ats_api.c
@@ -41,7 +41,7 @@ static struct Command test_commands[] = {
41 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE, 41 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE,
42 .session = 0, 42 .session = 0,
43 .properties = { 43 .properties = {
44 .scope = GNUNET_ATS_NET_LAN 44 .scope = GNUNET_NT_LAN
45 } 45 }
46 } 46 }
47 }, 47 },
@@ -55,7 +55,7 @@ static struct Command test_commands[] = {
55 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE, 55 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE,
56 .session = 0, 56 .session = 0,
57 .properties = { 57 .properties = {
58 .scope = GNUNET_ATS_NET_LAN 58 .scope = GNUNET_NT_LAN
59 }, 59 },
60 .expect_fail = 1 60 .expect_fail = 1
61 } 61 }
@@ -155,7 +155,7 @@ static struct Command test_commands[] = {
155 .addr_num = 0, 155 .addr_num = 0,
156 .session = 0, 156 .session = 0,
157 .properties = { 157 .properties = {
158 .scope = GNUNET_ATS_NET_LAN 158 .scope = GNUNET_NT_LAN
159 } 159 }
160 } 160 }
161 }, 161 },
@@ -184,7 +184,7 @@ static struct Command test_commands[] = {
184 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE, 184 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE,
185 .session = 0, 185 .session = 0,
186 .properties = { 186 .properties = {
187 .scope = GNUNET_ATS_NET_LAN 187 .scope = GNUNET_NT_LAN
188 } 188 }
189 } 189 }
190 }, 190 },