Skip to content

Instantly share code, notes, and snippets.

@gotcha
Created March 13, 2015 09:51
Show Gist options
  • Save gotcha/69ca6c417204b9ee0abd to your computer and use it in GitHub Desktop.
Save gotcha/69ca6c417204b9ee0abd to your computer and use it in GitHub Desktop.
Failure in test test_item_dublincore (plone.dexterity.tests.test_content.TestContent) [522/1826]
Traceback (most recent call last):
File "/Users/gotcha/software/buildout.python/parts/opt/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "build/bdist.macosx-10.4-x86_64/egg/mocker.py", line 149, in test_method_wrapper
File "/Users/gotcha/co/plone43devel/src/plone.dexterity/plone/dexterity/tests/test_content.py", line 682, in test_item_dublincore
i.ModificationDate()[:19], i.modification_date.ISO()[:19])
File "/Users/gotcha/software/buildout.python/parts/opt/lib/python2.7/unittest/case.py", line 513, in assertEqual
assertion_func(first, second, msg=msg)
File "/Users/gotcha/software/buildout.python/parts/opt/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: '2014-05-31T23:00:00' != '2014-06-01T00:00:00'
44/356 (12.4%)
Failure in test test_item_dublincore_date (plone.dexterity.tests.test_content.TestContent)
Traceback (most recent call last):
File "/Users/gotcha/software/buildout.python/parts/opt/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "build/bdist.macosx-10.4-x86_64/egg/mocker.py", line 149, in test_method_wrapper
File "/Users/gotcha/co/plone43devel/src/plone.dexterity/plone/dexterity/tests/test_content.py", line 724, in test_item_dublincore_date
i.ModificationDate()[:19], i.modification_date.ISO()[:19])
File "/Users/gotcha/software/buildout.python/parts/opt/lib/python2.7/unittest/case.py", line 513, in assertEqual
assertion_func(first, second, msg=msg)
File "/Users/gotcha/software/buildout.python/parts/opt/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: '2014-05-31T23:00:00' != '2014-06-01T00:00:00'
45/356 (12.6%)
Failure in test test_item_dublincore_datetime (plone.dexterity.tests.test_content.TestContent)
Traceback (most recent call last):
File "/Users/gotcha/software/buildout.python/parts/opt/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "build/bdist.macosx-10.4-x86_64/egg/mocker.py", line 149, in test_method_wrapper
File "/Users/gotcha/co/plone43devel/src/plone.dexterity/plone/dexterity/tests/test_content.py", line 774, in test_item_dublincore_datetime
self.assertEqual(i.ModificationDate(), i.modification_date.ISO())
File "/Users/gotcha/software/buildout.python/parts/opt/lib/python2.7/unittest/case.py", line 513, in assertEqual
assertion_func(first, second, msg=msg)
File "/Users/gotcha/software/buildout.python/parts/opt/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: '2014-05-31T23:00:00+01:00' != '2014-06-01T00:00:00+02:00'
Ran 356 tests with 3 failures and 0 errors in 3.952 seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment