Fixed the broken unit tests from deleting full
This commit is contained in:
@@ -359,13 +359,6 @@ class ContentStoreToyCourseTest(ModuleStoreTestCase):
|
||||
direct_store = modulestore('direct')
|
||||
import_from_xml(direct_store, 'common/test/data/', ['toy'])
|
||||
|
||||
html_module_location = Location(['i4x', 'edX', 'toy', 'html', 'toylab', None])
|
||||
|
||||
url = reverse('preview_component', kwargs={'location': html_module_location.url()})
|
||||
|
||||
resp = self.client.get(url)
|
||||
self.assertEqual(resp.status_code, 200)
|
||||
|
||||
# also try a custom response which will trigger the 'is this course in whitelist' logic
|
||||
problem_module_location = Location(['i4x', 'edX', 'toy', 'vertical', 'vertical_test', None])
|
||||
url = reverse('preview_component', kwargs={'location': problem_module_location.url()})
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
<sequential><html filename="toylab.html" slug="toylab" format="Tutorial Index" graceperiod="1 day 12 hours 59 minutes 59 seconds" showanswer="attempted" rerandomize="never" name="Toy Lab"/></sequential>
|
||||
@@ -13,5 +13,4 @@
|
||||
<chapter url_name="poll_test"/>
|
||||
<chapter url_name="vertical_container"/>
|
||||
<chapter url_name="handout_container"/>
|
||||
<chapter url_name="html_container"/>
|
||||
</course>
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
<b>Lab 2A: Superposition Experiment</b>
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
<p>Isn't the toy course great?</p>
|
||||
|
||||
<p>Let's add some markup that uses non-ascii characters.
|
||||
For example, we should be able to write words like encyclopædia, or foreign words like français.
|
||||
Looking beyond latin-1, we should handle math symbols: πr² ≤ ∞.
|
||||
And it shouldn't matter if we use entities or numeric codes — Ω ≠ π ≡ Ω ≠ π.
|
||||
</p>
|
||||
=======
|
||||
<p>Isn't the toy course great? — ≤</p>
|
||||
>>>>>>> Stashed changes
|
||||
@@ -1 +0,0 @@
|
||||
<html filename="toylab.html"/>
|
||||
@@ -4,13 +4,4 @@
|
||||
<answer id="yes">Yes</answer>
|
||||
<answer id="no">No</answer>
|
||||
</poll_question>
|
||||
<problem><script type="loncapa/python">
|
||||
a=5
|
||||
</script><startouttext/>
|
||||
Answer the question
|
||||
<endouttext/>
|
||||
<startouttext/>
|
||||
<endouttext/>
|
||||
<numericalresponse answer="$a"><responseparam type="tolerance" default="5%" name="tol" description="Numerical Tolerance"/><textline/></numericalresponse>
|
||||
</problem>
|
||||
</sequential>
|
||||
|
||||
Reference in New Issue
Block a user