Advertisement
Guest User

Untitled

a guest
Sep 19th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. replaceafill@system76:~/sandboxes/cte-fixes/schooltool$ bin/test-headless --all -s schooltool.virginia
  2. Running tests at all levels
  3. Running schooltool.virginia.stesting.virginia_selenium_layer tests:
  4. Set up schooltool.virginia.stesting.virginia_selenium_layer Traceback (most recent call last):
  5. File "/home/replaceafill/.buildout/eggs/zope.testrunner-4.0.3-py2.7.egg/zope/testrunner/runner.py", line 380, in run_layer
  6. setup_layer(options, layer, setup_layers)
  7. File "/home/replaceafill/.buildout/eggs/zope.testrunner-4.0.3-py2.7.egg/zope/testrunner/runner.py", line 672, in setup_layer
  8. layer.setUp()
  9. File "/home/replaceafill/sandboxes/cte-fixes/schooltool/src/schooltool/testing/selenium.py", line 1185, in setUp
  10. ZCMLLayer.setUp(self)
  11. File "/home/replaceafill/sandboxes/cte-fixes/schooltool/src/schooltool/testing/functional.py", line 85, in setUp
  12. _ZCMLLayer.setUp(self)
  13. File "/home/replaceafill/.buildout/eggs/zope.app.testing-3.10.0-py2.7.egg/zope/app/testing/functional.py", line 336, in setUp
  14. self.config_file, product_config=self.product_config)
  15. File "/home/replaceafill/.buildout/eggs/zope.app.testing-3.10.0-py2.7.egg/zope/app/testing/functional.py", line 215, in __init__
  16. self.app = Debugger(self.db, config_file)
  17. File "/home/replaceafill/.buildout/eggs/zope.app.debug-3.4.1-py2.7.egg/zope/app/debug/debug.py", line 37, in __init__
  18. self.db = database(db)
  19. File "/home/replaceafill/.buildout/eggs/zope.app.appsetup-3.14.0-py2.7.egg/zope/app/appsetup/appsetup.py", line 147, in database
  20. notify(zope.processlifetime.DatabaseOpened(db))
  21. File "/home/replaceafill/.buildout/eggs/zope.event-3.5.1-py2.7.egg/zope/event/__init__.py", line 31, in notify
  22. subscriber(event)
  23. File "/home/replaceafill/.buildout/eggs/zope.component-3.10.0-py2.7.egg/zope/component/event.py", line 24, in dispatch
  24. zope.component.subscribers(event, None)
  25. File "/home/replaceafill/.buildout/eggs/zope.component-3.10.0-py2.7.egg/zope/component/_api.py", line 136, in subscribers
  26. return sitemanager.subscribers(objects, interface)
  27. File "/home/replaceafill/.buildout/eggs/zope.component-3.10.0-py2.7.egg/zope/component/registry.py", line 321, in subscribers
  28. return self.adapters.subscribers(objects, provided)
  29. File "/home/replaceafill/.buildout/eggs/zope.interface-3.6.1-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 585, in subscribers
  30. subscription(*objects)
  31. File "/home/replaceafill/.buildout/eggs/zope.app.appsetup-3.14.0-py2.7.egg/zope/app/appsetup/bootstrap.py", line 175, in bootStrapSubscriber
  32. zope.event.notify(zope.processlifetime.DatabaseOpenedWithRoot(db))
  33. File "/home/replaceafill/.buildout/eggs/zope.event-3.5.1-py2.7.egg/zope/event/__init__.py", line 31, in notify
  34. subscriber(event)
  35. File "/home/replaceafill/.buildout/eggs/zope.component-3.10.0-py2.7.egg/zope/component/event.py", line 24, in dispatch
  36. zope.component.subscribers(event, None)
  37. File "/home/replaceafill/.buildout/eggs/zope.component-3.10.0-py2.7.egg/zope/component/_api.py", line 136, in subscribers
  38. return sitemanager.subscribers(objects, interface)
  39. File "/home/replaceafill/.buildout/eggs/zope.component-3.10.0-py2.7.egg/zope/component/registry.py", line 321, in subscribers
  40. return self.adapters.subscribers(objects, provided)
  41. File "/home/replaceafill/.buildout/eggs/zope.interface-3.6.1-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 585, in subscribers
  42. subscription(*objects)
  43. File "/home/replaceafill/.buildout/eggs/zope.app.generations-3.6.1-py2.7.egg/zope/app/generations/generations.py", line 521, in evolveMinimumSubscriber
  44. evolve(event.database, EVOLVEMINIMUM)
  45. File "/home/replaceafill/.buildout/eggs/zope.app.generations-3.6.1-py2.7.egg/zope/app/generations/generations.py", line 450, in evolve
  46. manager.install(context)
  47. File "/home/replaceafill/.buildout/eggs/zope.app.generations-3.6.1-py2.7.egg/zope/app/generations/generations.py", line 160, in install
  48. evolver.evolve(context)
  49. File "/home/replaceafill/sandboxes/cte-fixes/schooltool.gradebook/src/schooltool/requirement/generations/install.py", line 30, in evolve
  50. evolve1.evolve(context)
  51. File "/home/replaceafill/sandboxes/cte-fixes/schooltool.gradebook/src/schooltool/requirement/generations/evolve1.py", line 59, in evolve
  52. scoresystems = app[SCORESYSTEM_CONTAINER_KEY] = ScoreSystemContainer()
  53. File "/home/replaceafill/.buildout/eggs/zope.container-3.12.0-py2.7-linux-x86_64.egg/zope/container/sample.py", line 84, in __setitem__
  54. setitem(self, self.__data.__setitem__, key, object)
  55. File "/home/replaceafill/.buildout/eggs/zope.container-3.12.0-py2.7-linux-x86_64.egg/zope/container/contained.py", line 554, in setitem
  56. raise KeyError(name)
  57. KeyError: u'schooltool.requirement.scoresystem_container'
  58.  
  59.  
  60. Tests with errors:
  61. Layer: schooltool.virginia.stesting.virginia_selenium_layer
  62. replaceafill@system76:~/sandboxes/cte-fixes/schooltool$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement