Do not use N0CALL on t/22path-trace.t test, it's getting dropped now
This commit is contained in:
parent
097e542e00
commit
be7784197a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue