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
d11d7617
Commit
d11d7617
authored
Aug 07, 2013
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #585 from edx/sarina/update-xblock-version
Update XBlock version
parents
ead87d1f
3a345299
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
common/lib/xmodule/xmodule/tests/test_export.py
+2
-0
requirements/edx/github.txt
+1
-1
No files found.
common/lib/xmodule/xmodule/tests/test_export.py
View file @
d11d7617
...
@@ -40,6 +40,8 @@ def strip_filenames(descriptor):
...
@@ -40,6 +40,8 @@ def strip_filenames(descriptor):
for
d
in
descriptor
.
get_children
():
for
d
in
descriptor
.
get_children
():
strip_filenames
(
d
)
strip_filenames
(
d
)
descriptor
.
save
()
class
RoundTripTestCase
(
unittest
.
TestCase
):
class
RoundTripTestCase
(
unittest
.
TestCase
):
''' Check that our test courses roundtrip properly.
''' Check that our test courses roundtrip properly.
...
...
requirements/edx/github.txt
View file @
d11d7617
...
@@ -8,6 +8,6 @@
...
@@ -8,6 +8,6 @@
-e git+https://github.com/eventbrite/zendesk.git@d53fe0e81b623f084e91776bcf6369f8b7b63879#egg=zendesk
-e git+https://github.com/eventbrite/zendesk.git@d53fe0e81b623f084e91776bcf6369f8b7b63879#egg=zendesk
# Our libraries:
# Our libraries:
-e git+https://github.com/edx/XBlock.git@
b697bebd45deebd0f868613fab6722a0460ca0c1
#egg=XBlock
-e git+https://github.com/edx/XBlock.git@
f8c10cb0d16122ba66f7e94a32ec3774c1dee13e
#egg=XBlock
-e git+https://github.com/edx/codejail.git@0a1b468#egg=codejail
-e git+https://github.com/edx/codejail.git@0a1b468#egg=codejail
-e git+https://github.com/edx/diff-cover.git@v0.2.0#egg=diff_cover
-e git+https://github.com/edx/diff-cover.git@v0.2.0#egg=diff_cover
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