Roundup Tracker - Issues

Message6065

Author antmail
Recipients antmail, ber, rouilj
Date 2018-02-21.08:31:25
Message-id <2110066635.20180221113117@inbox.ru>
In-reply-to <20180219020756.81E184C075C@itserver6.localdomain>
Hello, John.

> I suspect you are not synced to the current tip and your test file is
> out of date. Make sure that the changes in 8743b7226dc7 are
> incorporated in your test_cgi.py. In my file that is when the
> definition of testserve_static_files was last changed.

> What does:

>  $ hg summary
>  parent: 5312:a4fe76fba54a tip
>  issue2550957: Duplicate emails (with patch).
>  branch: default
>  commit: 2 modified, 1 unknown
>  update: (current)
>  mq:     (empty queue)

> show for you?
% hg log test/test_cgi.py | grep -B2 -A3 8743b7226dc7
parent:      5474:4d4ab661de4a
parent:      5278:8743b7226dc7
user:        Anthony Pankov
date:        Sun Jul 09 08:17:56 2017 +0300
summary:     Merging revision 5278
--
changeset:   5278:8743b7226dc7
user:        John Rouillard <rouilj@ieee.org>
date:        Tue Apr 11 22:20:13 2017 -0400
summary:     Fix issue with retreiving raw template files using the @@file mechanism.

> Your exact command runs fine for me in a directory synced to the
> current head release:

>  $ ./run_tests.py -k testserve_static_files test/test_cgi.py

This fails for me:
       self.assertEquals(output[0][3], "_test_cgi_form/html/issue.index.html")
E       AssertionError: '/devel/hibcore/src/_test_cgi_form/html/issue.index.html' != '_test_cgi_form/html/issue.index.html'

> What does:

>   $ sum test/test_cgi.py
>   05397    81
> return for you?

The same.

> Also what version of python are you using?
Python 2.7.13

I'm feeling some discomfort to disturb people with problems created by myself.
History
Date User Action Args
2018-02-21 08:31:26antmailsetrecipients: + antmail, ber, rouilj
2018-02-21 08:31:26antmaillinkissue2550956 messages
2018-02-21 08:31:25antmailcreate