pombreda / libkml

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

python test fails #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build v425
2. run python example kmldom_test.py

What is the expected output? What do you see instead?

src/swig/kmldom_test.py
Traceback (most recent call last):
  File "src/swig/kmldom_test.py", line 34, in <module>
    import kmldom
  File "/home/shared/srcsLocal/libkml_trunk/src/swig/kmldom.py", line 189,
in <module>
    Type_snippet = _kmldom.Type_snippet
AttributeError: 'module' object has no attribute 'Type_snippet'
src/swig/kmlengine_test.py
Traceback (most recent call last):
  File "src/swig/kmlengine_test.py", line 33, in <module>
    import kmldom
  File "/home/shared/srcsLocal/libkml_trunk/src/swig/kmldom.py", line 189,
in <module>
    Type_snippet = _kmldom.Type_snippet
AttributeError: 'module' object has no attribute 'Type_snippet'

What version of the product are you using? On what operating system?
Ubuntu 8.04 Hardy
python swig working 
src/swig/kmlbase_test.py passes for example

Did you run the unit test suite that comes with the project? Did all tests
pass?

No--- 
string_util_test.cc:39: Failure
Value of: strcmp(e, a)
  Actual: -1
Expected: 0
[  FAILED  ] StringUtilTest.Testb2a_hex

Please provide any additional information below.

Original issue reported on code.google.com by brian.da...@gmail.com on 26 Jan 2009 at 7:42

GoogleCodeExporter commented 9 years ago
seems to be fixed in rev 436

Original comment by brian.da...@gmail.com on 29 Jan 2009 at 2:20

GoogleCodeExporter commented 9 years ago

Original comment by kml.mash...@gmail.com on 8 Feb 2009 at 4:32