inveniosoftware / invenio

Invenio digital library framework
https://invenio.readthedocs.io
MIT License
625 stars 292 forks source link

BibEdit/next: failed regression test case #1584

Closed tiborsimko closed 10 years ago

tiborsimko commented 10 years ago

Originally on 2013-09-16

The BibEdit regression test fails on next:

FAIL: bibedit - availability of BibEdit Admin interface pages

This is probably due to redirections not happening well on next when people connect to a BibEdit page as guests.

E.g. to reproduce try:

$ dillo http://pcuds07.cern.ch/record/1/edit # trouble on next
$ dillo http://inveniobuilder0.cern.ch/record/1/edit # OK on master
jirikuncar commented 10 years ago

Originally on 2013-09-24

290d91 - BibEdit: regression tests fix

jirikuncar commented 10 years ago

Originally on 2013-09-24

In 9d2e649a522669734fa742784299a98a7ed879a6:

#CommitTicketReference repository="invenio" revision="9d2e649a522669734fa742784299a98a7ed879a6"
BibEdit: regression tests fix

- Addresses issue with guest detection using request object.
  (closes #1584)

Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>