carolinux / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
0 stars 1 forks source link

tests.gdata_tests.docs_test.testToAndFromStringWithData fails in gdata-python-client 2.0.13 #474

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
tests.gdata_tests.docs_test.testToAndFromStringWithData fails in 
gdata-python-client 2.0.13. This problem doesn't occur in 2.0.12.

....F...
======================================================================
FAIL: testToAndFromStringWithData (gdata_tests.docs_test.DocumentListEntryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/gdata-2.0.13/work/gdata-2.0.13/tests/gdata_tests/docs_test.py", line 39, in testToAndFromStringWithData
    'spreadsheet%3Asupercalifragilisticexpealidocious')
AssertionError: 
'https://docs.google.com/feeds/documents/private/full/spreadsheet%3Asupercalifra
gilisticexpealidocious' != 
'http://docs.google.com/feeds/documents/private/full/spreadsheet%3Asupercalifrag
ilisticexpealidocious'

----------------------------------------------------------------------
Ran 8 tests in 0.016s

FAILED (failures=1)

Original issue reported on code.google.com by Arfrever...@gmail.com on 7 Dec 2010 at 7:04

GoogleCodeExporter commented 9 years ago
I'm a new user to this api, and have the same problem. Thanks for mentioning 
that it works in older versions, I'll just use that for now.

Original comment by godisgovernment on 9 Dec 2010 at 3:55

GoogleCodeExporter commented 9 years ago
Fixing in revision 918.  Will go out in next release.  It was a broken test, 
nothing wrong with the core client.

Original comment by vicfry...@google.com on 20 Dec 2010 at 4:31

GoogleCodeExporter commented 9 years ago
FAIL: testToAndFromStringWithData (gdata_tests.docs_test.DocumentListEntryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Users\Bud\Downloads\gdata\tests\gdata_tests\docs_test.py", line 39, i
n testToAndFromStringWithData
    'spreadsheet%3Asupercalifragilisticexpealidocious')
AssertionError: 'https://docs.google.com/feeds/documents/private/full/spreadshee
t%3Asupercalifragilisticexpealidocious' != 'http://docs.google.com/feeds/documen
ts/private/full/spreadsheet%3Asupercalifragilisticexpealidocious'

it is still doing it, I need to get gdata working so I can use google calendar 
in OpenERP... how soon will it be fixed?

Thanks,
Bud

Original comment by manzwebd...@gmail.com on 2 Mar 2011 at 4:34