From be7784197aac9a7964e104a6740fccb2b7f640de Mon Sep 17 00:00:00 2001 From: Heikki Hannikainen Date: Sun, 6 Sep 2015 11:25:39 +0300 Subject: [PATCH] Do not use N0CALL on t/22path-trace.t test, it's getting dropped now --- tests/t/22path-trace.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/t/22path-trace.t b/tests/t/22path-trace.t index 94098a5..22562b8 100644 --- a/tests/t/22path-trace.t +++ b/tests/t/22path-trace.t @@ -15,12 +15,12 @@ my $p = new runproduct('basic'); ok(defined $p, 1, "Failed to initialize product runner"); ok($p->start(), 1, "Failed to start product"); -$tx_call = "N0CALL-1"; +$tx_call = "OHCALL-1"; $server_call = "TESTING"; $i_tx = new Ham::APRS::IS("localhost:55152", $tx_call); ok(defined $i_tx, 1, "Failed to initialize Ham::APRS::IS"); -$i_rx = new Ham::APRS::IS("localhost:55152", "N0CALL-2"); +$i_rx = new Ham::APRS::IS("localhost:55152", "OHCALL-2"); ok(defined $i_rx, 1, "Failed to initialize Ham::APRS::IS"); # connect