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
1cc7178b
Commit
1cc7178b
authored
Mar 06, 2015
by
Daniel Friedman
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7252 from edx/dan-f/fix-failing-forums-test-after-revert
Fix failing forums unit test.
parents
4f5b319f
a79bf683
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
lms/djangoapps/django_comment_client/tests/test_utils.py
+1
-1
No files found.
lms/djangoapps/django_comment_client/tests/test_utils.py
View file @
1cc7178b
...
@@ -362,7 +362,7 @@ class CategoryMapTestCase(ModuleStoreTestCase):
...
@@ -362,7 +362,7 @@ class CategoryMapTestCase(ModuleStoreTestCase):
self
.
create_discussion
(
"Chapter 2 / Section 1 / Subsection 1"
,
"Discussion"
)
self
.
create_discussion
(
"Chapter 2 / Section 1 / Subsection 1"
,
"Discussion"
)
self
.
create_discussion
(
"Chapter 2 / Section 1 / Subsection 1"
,
"Discussion"
)
# duplicate
self
.
create_discussion
(
"Chapter 2 / Section 1 / Subsection 1"
,
"Discussion"
)
# duplicate
category_map
=
utils
.
get_discussion_category_map
(
self
.
course
,
self
.
user
)
category_map
=
utils
.
get_discussion_category_map
(
self
.
course
)
chapter1
=
category_map
[
"subcategories"
][
"Chapter 1"
]
chapter1
=
category_map
[
"subcategories"
][
"Chapter 1"
]
chapter1_discussions
=
set
([
"Discussion A"
,
"Discussion B"
,
"Discussion A (1)"
,
"Discussion A (2)"
])
chapter1_discussions
=
set
([
"Discussion A"
,
"Discussion B"
,
"Discussion A (1)"
,
"Discussion A (2)"
])
...
...
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