Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Bug 674755 #2

Merged
merged 2 commits into from Aug 23, 2011
Merged

Bug 674755 #2

merged 2 commits into from Aug 23, 2011

Conversation

ubernostrum
Copy link
Contributor

Contained within:

  • Model and form changes
  • Migration for model changes
  • Template changes
  • Passing tests :)

@@ -33,7 +33,6 @@ BAD_DATE_CSV = '%s/fixtures/bad_date.csv' % APP_DIR


class TestCalendar(test_utils.TestCase):
fixtures = ['devmo_calendar.json']

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need this line ... I moved the calendar into this new fixture. Did this line get lost in the "merge"? Can you try to run the devmo tests without it?

groovecoder added a commit that referenced this pull request Aug 23, 2011
@groovecoder groovecoder merged commit c5c2020 into mdn:mdn Aug 23, 2011
darkwing pushed a commit that referenced this pull request Feb 12, 2013
Updated Firefox for Devs link
darkwing referenced this pull request in darkwing/kuma Feb 26, 2013
@lmorchard lmorchard mentioned this pull request Mar 13, 2013
darkwing added a commit that referenced this pull request Nov 13, 2013
openjck pushed a commit that referenced this pull request Jul 30, 2014
Adding google analytics tag for Luuuuuuke
@stephaniehobson stephaniehobson mentioned this pull request Nov 9, 2015
7 tasks
jwhitlock referenced this pull request in jwhitlock/kuma Oct 20, 2016
jwhitlock added a commit that referenced this pull request Oct 21, 2016
escattone pushed a commit that referenced this pull request Oct 2, 2017
The redirect pattern fails when hashed assets are enabled, such as
building the production Docker images. Instead, wait until runtime to
compute the favicon.ico path.
escattone added a commit that referenced this pull request Oct 2, 2017
bug 1402497: /favicon.ico redirect, try #2
MatonAnthony referenced this pull request in MatonAnthony/kuma Jun 20, 2018
# This is the 1st commit message:

bug 1127798: Remove randomness in the tests

The tests were depending on the variable PYTHONHASHSEED being set to 0
to disable the Random Number Generator to ensure that all elements
coming from any data structure were ordered.

This behavior was different from the production environment and is no
longer necessary.

- Refactor the code to remove check based on order or to sort the
information pre-checking.
- Adapt travis configuration to no longer test with PYTHONHASHSEED at 0

# The commit message #2 will be skipped:

# 1127798: second phase

# The commit message mdn#3 will be skipped:

# bug 1127798: Add helper to order querystring
#
# order_params sorts the querystring parameters so that they are in a
# consistent order, and regular string compare can be used in tests.

# The commit message mdn#4 will be skipped:

# bug 1127798: improve tests

# The commit message mdn#5 will be skipped:

# attempt at closing this

# The commit message mdn#6 will be skipped:

# bug 1127798: Attempt at fixing travis
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants