KenyaDonDraper / pysimplesoap

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

licensias_tests missing licensias.xml #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the test suite

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

Test suite should run. Instead, get this error on imports:

Traceback (most recent call last):
  File "tests/suite.py", line 29, in <module>
    test()
  File "tests/suite.py", line 14, in test
    from tests import licencias_tests
  File "/Users/jtatum/Projects/pysimplesoap/tests/licencias_tests.py", line 9, in <module>
    xml = open(os.path.join(TEST_DIR, "licencias.xml")).read()
IOError: [Errno 2] No such file or directory: 
'/Users/jtatum/Projects/pysimplesoap/tests/licencias.xml'

What version of the product are you using? On what operating system?

HG copy from today

Please provide any additional information below.

The file licencias.xml does not seem to be committed. 

Original issue reported on code.google.com by jta...@gmail.com on 28 Mar 2012 at 6:21

GoogleCodeExporter commented 9 years ago
That file is an internal webservice whose interface cannot be shared.
I'll comment the entry to not call that test.

Original comment by reingart@gmail.com on 28 Mar 2012 at 8:18

GoogleCodeExporter commented 9 years ago
committed changeset 132:6691e1b0c092

Original comment by reingart@gmail.com on 18 Apr 2012 at 7:34

GoogleCodeExporter commented 9 years ago
Any chance to get the WSDL or a similar WSDL, as it's referred by 
documentation, it'd be a good thing…

Original comment by joce...@crapouillou.net on 16 Sep 2013 at 3:21