Merge lp:~elopio/ubuntuone-testing/fix-1046447 into lp:ubuntuone-testing

Proposed by Leo Arias
Status: Merged
Approved by: Leo Arias
Approved revision: 123
Merged at revision: 123
Proposed branch: lp:~elopio/ubuntuone-testing/fix-1046447
Merge into: lp:ubuntuone-testing
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntuone/web/tests/sst/shared/config/environment.py (+1/-1)
To merge this branch: bzr merge lp:~elopio/ubuntuone-testing/fix-1046447
Reviewer Review Type Date Requested Status
Vincent Ladeuil (community) Approve
Review via email: mp+122917@code.launchpad.net

Commit message

Fixes the check of the development environment. (Fixes lp:1046447)

Description of the change

Fixes the check of the development environment. (Fixes lp:1046447)

To post a comment you must log in.
Revision history for this message
Vincent Ladeuil (vila) wrote :

hmpf, embarassing and trivial, quick, land ! ;)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/web/tests/sst/shared/config/environment.py'
2--- ubuntuone/web/tests/sst/shared/config/environment.py 2012-08-08 21:12:05 +0000
3+++ ubuntuone/web/tests/sst/shared/config/environment.py 2012-09-05 17:41:19 +0000
4@@ -36,7 +36,7 @@
5
6
7 def is_development_environment():
8- return get_environment().name == 'production'
9+ return get_environment().name == 'development'
10
11
12 def can_create_new_users():

Subscribers

People subscribed via source and target branches