source: git/tests/anonstnbad.out

Last change on this file was 9f55538, checked in by Olly Betts <olly@…>, 8 years ago

Get the testsuite to pass again

Update expected output now we show source lines for errors and warnings
Fix reported positions for some errors.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1./anonstnbad.svx:2:6: error: Character "." not allowed in station name (use *SET NAMES to set allowed characters)
2 *fix . 1 2 3
3      ^
4./anonstnbad.svx:3:6: error: Character "." not allowed in station name (use *SET NAMES to set allowed characters)
5 *fix .. 2 3 4
6      ^
7./anonstnbad.svx:4:6: error: Character "." not allowed in station name (use *SET NAMES to set allowed characters)
8 *fix ... 3 4 5
9      ^
10./anonstnbad.svx:6:3: error: Can't have a leg between two anonymous stations
11 . ... 10.00 123 -01
12   ^~~
13./anonstnbad.svx:7:5: error: Can't have a leg between two anonymous stations
14 ... .. 0.91 359 +67
15     ^~
16./anonstnbad.svx:8:4: error: Can't have a leg between two anonymous stations
17 .. .   1.23 321 -21
18    ^
19
20Removing trailing traverses...
21
22Concatenating traverses...
23
24Simplifying network...
25
26Calculating network...
27
28Calculating traverses...
29
30Calculating trailing traverses...
31./anonstnbad.svx:5: warning: Unused fixed point "1"
32
33Calculating statistics...
34
35Survey contains 1 survey station, joined by 0 legs.
36There are 0 loops.
37Total length of survey legs =    0.00m (   0.00m adjusted)
38Total plan length of survey legs =    0.00m
39Total vertical length of survey legs =    0.00m
40   1 0-node.
41There were 1 warning(s) and 6 error(s) - no output files produced.
Note: See TracBrowser for help on using the repository browser.