[Checkins] [zopefoundation/zope.app.authentication] 5545a3: Fix test failure

GitHub noreply at github.com
Wed Jan 7 08:21:57 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.authentication
  Commit: 5545a30a6937e9f99618f368bb066b866c30db1d
      https://github.com/zopefoundation/zope.app.authentication/commit/5545a30a6937e9f99618f368bb066b866c30db1d
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2015-01-07 (Wed, 07 Jan 2015)

  Changed paths:
    M src/zope/app/authentication/README.txt

  Log Message:
  -----------
  Fix test failure

We're importing zope.app.authentication as authentication, and then
trying to access zope.app.authentication.authentication.QuerySchemaSearchAdapter
without first explicitly importing zope.app.authentication.authentication.

It used to work because some other piece of test happened to import
zope.app.authentication.authentication first, but now it started failing
on winbot for no particular reason:
http://winbot.zope.org/builders/zope.app.authentication_py_265_32/builds/1454




More information about the checkins mailing list