Add test of import around duplicate url names [LMS-11345]

This commit is contained in:
Calen Pennington
2014-09-04 13:40:06 -04:00
parent 6cd7e08c1b
commit 4ab343ffef
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<html url_name="Duplicate_URL_Name">
This is test html.
</html>

View File

@@ -1,3 +1,4 @@
<sequential display_name="New Subsection 10.20">
<vertical url_name="3a7305c59c254ce9814093f98b913e8a"/>
<vertical url_name="Duplicate_URL_Name"/>
</sequential>

View File

@@ -0,0 +1,3 @@
<vertical display_name="Duplicate URL Name">
<html url_name="Duplicate_URL_Name"/>
</vertical>