Closed Bug 694614 Opened 13 years ago Closed 10 years ago

test_that_article_can_be_edited test failure (WebQA)

Categories

(support.mozilla.org :: Code Quality, task)

task
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: stephend, Unassigned)

References

()

Details

Attachments

(1 file)

(Let me know, James, if you'd rather not have WebQA file bugs about our failing tests, here -- seemed fitting, and I like the default, widespread visibility!)

test_that_article_can_be_edited fails often enough to be annoying:

self = <class unittestzero.Assert at 0x10a739d10>
first = 'this is an automated summary__2011-10-14 10:39:33.896467_edited'
second = u'this is an automated summary_2011-10-14 10:39:12.310607', msg = None

    @classmethod
    def equal(self, first, second, msg=None):
>       assert first == second, msg
E       assert 'this is an a...896467_edited' == u'this is an a...:39:12.310607'
E         - this is an automated summary__2011-10-14 10:39:33.896467_edited
E         ?                             -                   ^^^^ ^^ -------
E         + this is an automated summary_2011-10-14 10:39:12.310607
E         ?                                               +++ ^^ ^

https://github.com/mozilla/sumo-tests/blob/master/test_article_create_edit_delete.py#L87
Summary: test_that_article_can_be_editing test failure (WebQA) → test_that_article_can_be_edited test failure (WebQA)
(In reply to Stephen Donner [:stephend] from comment #1)
> r? https://github.com/mozilla/sumo-tests/pull/38

I see that was merged
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
(In reply to Ricky Rosario [:rrosario, :r1cky] from comment #2)
> (In reply to Stephen Donner [:stephend] from comment #1)
> > r? https://github.com/mozilla/sumo-tests/pull/38
> 
> I see that was merged

Yes, thanks; verified FIXED.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: