9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
|
|
#################################################################
|
||
|
|
# Testszenario for testing the operator thenetwork
|
||
|
|
#################################################################
|
||
|
|
|
||
|
|
open database networktest;
|
||
|
|
query thenetwork(1, B_ROUTES, B_JUNCTIONS);
|
||
|
|
close database;
|
||
|
|
|