Hi at_dfw, Thank you for pointing this out, I'm looking into this. This failing test relates to an optional (and rarely used) XML attribute in Google Base, so unless you are using this to submit Google Base items with private attributes, you won't need to worry about it.
Happy coding, Jeff On Apr 8, 1:52 pm, at_dfw <[EMAIL PROTECTED]> wrote: > Installed gdata.py-1.0.12\gdata.py-1.0.12 > Ran run_data_tests.py > Error in test results (also occurs in 1.0.11). > > Running all tests in module gdata_test > > Running all tests in module atom_test > > Running all tests in module gdata_tests.apps_test > > Running all tests in module gdata_tests.base_test > <?xml version='1.0' encoding='UTF-8'?> > <ns0:entry xmlns:ns0="http://www.w3.org/2005/Atom"><ns1:test > access="private" type="int" xmlns:ns1="http://base.google.com/ns/ > 1.0">1</ns1:test></ns0:entry> > None > > Running all tests in module gdata_tests.calendar_test > > Running all tests in module gdata_tests.docs_test > > Running all tests in module gdata_tests.spreadsheet_test > > Running all tests in module gdata_tests.auth_test > > Running all tests in module gdata_tests.photos_test > > Running all tests in module gdata_tests.codesearch_test > ............... > ---------------------------------------------------------------------- > Ran 15 tests in 0.047s > > OK > ............................................. > ---------------------------------------------------------------------- > Ran 45 tests in 0.031s > > OK > ............................................... > ---------------------------------------------------------------------- > Ran 47 tests in 0.063s > > OK > ......F.............. > ====================================================================== > FAIL: testItemAttributeAccessAttribute > (gdata_tests.base_test.GBaseItemAttributeAccessElement) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "C:\Documents and Settings\5553\My Documents\Temp > \gdata.py-1.0.12\gdata.py-1.0.12\tests\gdata_tests\base_test.py", line > 333, in testItemAttributeAccessAttribute > self.assert_(new_attributes[0].access == 'private') > AssertionError > > ---------------------------------------------------------------------- > Ran 21 tests in 0.047s > > FAILED (failures=1) > ........................................................ > ---------------------------------------------------------------------- > Ran 56 tests in 0.735s > > OK > .... > ---------------------------------------------------------------------- > Ran 4 tests in 0.000s > > OK > ........... > ---------------------------------------------------------------------- > Ran 11 tests in 0.032s > > OK > ......... > ---------------------------------------------------------------------- > Ran 9 tests in 0.000s > > OK > ... > ---------------------------------------------------------------------- > Ran 3 tests in 0.015s > > OK > . > ---------------------------------------------------------------------- > Ran 1 test in 0.016s > > OK > > Environment winxp(service pack 2), python 2.5.2 (current release) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
