source: git/tests/bad_units_factor.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.1 KB
Line 
1./bad_units_factor.svx:3:13: error: *UNITS factor must be non-zero
2 *units tape 0 feet
3             ^
4./bad_units_factor.svx:4:16: error: *UNITS factor must be non-zero
5 *units compass 000 degrees
6                ^~~
7./bad_units_factor.svx:5:14: error: *UNITS factor must be non-zero
8 *units clino 0.0 grads
9              ^~~
10./bad_units_factor.svx:6:14: error: *UNITS factor must be non-zero
11 *units depth .0 metres
12              ^~
13./bad_units_factor.svx:7:17: error: *UNITS factor must be non-zero
14 *units altitude 0 yards
15                 ^
16./bad_units_factor.svx:8:18: error: *UNITS factor must be non-zero
17 *units backclino 0 percent
18                  ^
19
20Removing trailing traverses...
21
22Concatenating traverses...
23
24Simplifying network...
25
26Calculating network...
27
28Calculating traverses...
29
30Calculating trailing traverses...
31
32Calculating statistics...
33
34Survey contains 1 survey station, joined by 0 legs.
35There are 0 loops.
36Total length of survey legs =    0.00m (   0.00m adjusted)
37Total plan length of survey legs =    0.00m
38Total vertical length of survey legs =    0.00m
39   1 0-node.
40There were 0 warning(s) and 6 error(s) - no output files produced.
Note: See TracBrowser for help on using the repository browser.