Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
00ca7cbd
Commit
00ca7cbd
authored
Oct 22, 2014
by
Don Mitchell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5649 from edx/dhm/update_ok
Update opaque_keys to new release
parents
2ac069a6
98f96227
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cms/djangoapps/contentstore/tests/tests.py
+1
-1
requirements/edx/github.txt
+1
-1
No files found.
cms/djangoapps/contentstore/tests/tests.py
View file @
00ca7cbd
...
...
@@ -327,7 +327,7 @@ class CourseKeyVerificationTestCase(CourseTestCase):
super
(
CourseKeyVerificationTestCase
,
self
)
.
setUp
()
self
.
course
=
CourseFactory
.
create
(
org
=
'edX'
,
number
=
'test_course_key'
,
display_name
=
'Test Course'
)
@data
((
'edX/test_course_key/Test_Course'
,
200
),
(
'
slashes
:edX+test_course_key+Test_Course'
,
404
))
@data
((
'edX/test_course_key/Test_Course'
,
200
),
(
'
garbage
:edX+test_course_key+Test_Course'
,
404
))
@unpack
def
test_course_key_decorator
(
self
,
course_key
,
status_code
):
"""
...
...
requirements/edx/github.txt
View file @
00ca7cbd
...
...
@@ -30,7 +30,7 @@
-e git+https://github.com/edx-solutions/django-splash.git@7579d052afcf474ece1239153cffe1c89935bc4f#egg=django-splash
-e git+https://github.com/edx/acid-block.git@df1a7f0cae46567c251d507b8c72168aed8ec042#egg=acid-xblock
-e git+https://github.com/edx/edx-ora2.git@release-2014-09-18T16.00#egg=edx-ora2
-e git+https://github.com/edx/opaque-keys.git@
295d93170b2f6e57e3a2b9ba0a52087a4e8712c5
#egg=opaque-keys
-e git+https://github.com/edx/opaque-keys.git@
0.1.2
#egg=opaque-keys
-e git+https://github.com/edx/ease.git@97de68448e5495385ba043d3091f570a699d5b5f#egg=ease
-e git+https://github.com/edx/i18n-tools.git@56f048af9b6868613c14aeae760548834c495011#egg=i18n-tools
-e git+https://github.com/edx/edx-oauth2-provider.git@0.2.2#egg=oauth2-provider
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment