NEWS: Remove inaccurate claim for 1.4.2
[survex.git] / tests / cmd_declination_auto.svx
blob4644f4dd40485a3b01b378e0c66e455ea4202a75
1 ; pos=yes warn=2
3 *cs utm33
4 *cs out utm33
5 *fix 1 0410600 5282000 1234
6 *declination auto 0410600 5282000 1234
8 *equate 1 a.1
9 *begin a
10 *export 1 2
11 1 2 10.00 320 -06
12 2 3  1.23 000 +06
13 *end a
15 *equate a.2 b.1
16 *begin b
17 *export 1 2
18 ; No declination warning here
19 1 2 1.0 - down
20 *end b
22 *equate b.2 c.1
23 *begin c
24 *export 1 2
25 1 2 1.0 - down
26 ; Declination warning here:
27 2 3 2.0 123 -66
28 *end c
30 *equate c.2 d.1
31 *begin d
32 *export 1 2
33 *date 2000.12.25
34 1 2 100.0 000 0
35 ; Regression test for bug fixed in 1.2.27 - cavern caches the declination,
36 ; but fails to invalidate the cache when the declination coordinates are
37 ; changed, only when the date changed.
38 *date 2000.12.26
39 *declination auto 0490600 5282000 1234
40 1 2a 50.0 000 0
41 *date 2000.12.27
42 1 2b 10.0 090 0
43 ; We shouldn't report for this, but did in 1.4.6 and earlier (and convergence
44 ; was reported as "inf").
45 *declination auto 0490600 5282001 1234
46 *end d