Do not use N0CALL on t/22path-trace.t test, it's getting dropped now

This commit is contained in:
Heikki Hannikainen 2015-09-06 11:25:39 +03:00
parent 097e542e00
commit be7784197a
1 changed files with 2 additions and 2 deletions

View File

@ -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