eth4io / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

failed test compiling 1.3 on oneiric #184

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. SVN branch checkout
2. adjust makefiles to have correct load dependency order
3. autogen.sh / configure / make / sudo make install / make check

What is the expected output? What do you see instead?
[ RUN      ] CoordinatesTest.TestSerializeMany
geometry_test.cc:376: Failure
Value of: vec3_vector[i].get_latitude()
  Actual: 1.1
Expected: i + kLatFrac
Which is: 1.1
[  FAILED  ] CoordinatesTest.TestSerializeMany

What version of the product are you using? On what operating system?
SVN commit r864
uname -m = i686
uname -r = 3.0.0-26-generic
uname -s = Linux
uname -v = #43-Ubuntu SMP Tue Sep 25 17:20:50 UTC 2012

Original issue reported on code.google.com by matty.br...@gmail.com on 22 Oct 2012 at 1:50

GoogleCodeExporter commented 8 years ago
I was unable to reproduce this on Ubuntu x86_64.

Original comment by fwarmerdam@gmail.com on 30 Jan 2013 at 11:09