Skip to content

Commit

Permalink
fixes #11715, missing closing tags in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dylans committed Jan 1, 2016
1 parent 0846a86 commit 0852dd0
Show file tree
Hide file tree
Showing 10 changed files with 185 additions and 185 deletions.
6 changes: 3 additions & 3 deletions data/tests/stores/explore_ItemFileWriteStore.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
border: 1px solid silver;
}
</style>

<script type="text/javascript" src="../../../../dojo/dojo.js" djConfig="isDebug:true, parseOnLoad: true"></script>
<script type="text/javascript">
dojo.require("dojo.data.ItemFileWriteStore");
Expand Down Expand Up @@ -78,6 +78,6 @@
</script>
<body class="tundra">
<h2>ItemFileWriteStore Explorer</h2>
<div dojoType="dojox.data.StoreExplorer" store="store" style="height:500px;width:100%;border:1px solid black" structure="gridLayout"/>
<div dojoType="dojox.data.StoreExplorer" store="store" style="height:500px;width:100%;border:1px solid black" structure="gridLayout"></div>
</body>
</html>
</html>
25 changes: 12 additions & 13 deletions date/tests/test_DateTextBoxBuddhist.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</head>

<body class="tundra">

<h1 class="testTitle">Test DateTextBoxNew Buddhist Widget</h1>
<!-- to test form submission, you'll need to create an action handler similar to
http://www.utexas.edu/teamweb/cgi-bin/generic.cgi -->
Expand Down Expand Up @@ -84,7 +84,7 @@ <h1 class="testTitle">Test DateTextBoxNew Buddhist Widget</h1>
<span class="noticeMessage">DateTextBox class, Gregorian Calendar with min max </span>
</div>
<div class="testExample">
<input id="Text1" name="noDOMvalue" value="2009-01-20" type="text" dojoType="dijit.form.DateTextBox"
<input id="Text1" name="noDOMvalue" value="2009-01-20" type="text" dojoType="dijit.form.DateTextBox"
lang="en"
constraints="{min:'2009-01-01',max:'2009-02-01', datePattern:'dd MMMM yyyy'}"
onMouseEnter="eventHandler"
Expand All @@ -99,12 +99,12 @@ <h1 class="testTitle">Test DateTextBoxNew Buddhist Widget</h1>
<input id="Text3" size="34" disabled value="not called yet!" autocomplete="off" NAME="Text3">
</nobr>
</div>
<div class="dojoTitlePaneLabel">
<div class="dojoTitlePaneLabel">
<label for="q1"> Gregorian Date </label>
<span class="noticeMessage">DateTextBox class, Gregorian Calendar</span>
</div>
<div class="testExample">
<input id="Text4" name="noDOMvalue" value="2009-01-20" type="text" dojoType="dijit.form.DateTextBox"
<input id="Text4" name="noDOMvalue" value="2009-01-20" type="text" dojoType="dijit.form.DateTextBox"
lang="en"
constraints="{datePattern:'dd MMMM yyyy'}"
onMouseEnter="eventHandler"
Expand All @@ -113,15 +113,14 @@ <h1 class="testTitle">Test DateTextBoxNew Buddhist Widget</h1>
onChange="dojo.byId('oc3').value=''+arguments[0]"
>
onChange:<input id="oc3" size="34" disabled value="not fired yet!" autocomplete="off">

</div>
<script>
// See if we can make a widget in script and attach it to the DOM ourselves.
dojo.addOnLoad(function(){
// dojo.connect(dijit.byId('q5'), "onMouseEnter", eventHandler);
// dojo.connect(dijit.byId('q5'), "onMouseLeave", eventHandler);
// dojo.connect(dijit.byId('q5'), "onKeyDown", eventHandler);

});
// See if we can make a widget in script and attach it to the DOM ourselves.
dojo.addOnLoad(function(){
// dojo.connect(dijit.byId('q5'), "onMouseEnter", eventHandler);
// dojo.connect(dijit.byId('q5'), "onMouseLeave", eventHandler);
// dojo.connect(dijit.byId('q5'), "onKeyDown", eventHandler);
});
</script>

<script>
Expand All @@ -137,7 +136,7 @@ <h1 class="testTitle">Test DateTextBoxNew Buddhist Widget</h1>
}
</script>


<div>
<button name="button" onclick="displayData(); return false;">view data</button>
<input type="submit" name="submit" />
Expand Down
25 changes: 12 additions & 13 deletions date/tests/test_DateTextBoxIslamic.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</head>

<body class="tundra">

<h1 class="testTitle">Test DateTextBoxNew Islamic Widget</h1>
<!-- to test form submission, you'll need to create an action handler similar to
http://www.utexas.edu/teamweb/cgi-bin/generic.cgi -->
Expand Down Expand Up @@ -83,7 +83,7 @@ <h1 class="testTitle">Test DateTextBoxNew Islamic Widget</h1>
<span class="noticeMessage">DateTextBox class, Gregorian Calendar with min max </span>
</div>
<div class="testExample">
<input id="Text1" name="noDOMvalue" value="2009-01-20" type="text" dojoType="dijit.form.DateTextBox"
<input id="Text1" name="noDOMvalue" value="2009-01-20" type="text" dojoType="dijit.form.DateTextBox"
lang="en"
constraints="{min:'2009-01-01',max:'2009-02-01', datePattern:'dd MMMM yyyy'}"
onMouseEnter="eventHandler"
Expand All @@ -98,28 +98,27 @@ <h1 class="testTitle">Test DateTextBoxNew Islamic Widget</h1>
<input id="Text3" size="34" disabled value="not called yet!" autocomplete="off" NAME="Text3">
</nobr>
</div>
<div class="dojoTitlePaneLabel">
<div class="dojoTitlePaneLabel">
<label for="q1"> Gregorian Date </label>
<span class="noticeMessage">DateTextBox class, Gregorian Calendar</span>
</div>
<div class="testExample">
<input id="Text4" name="noDOMvalue" value="2009-01-20" type="text" dojoType="dijit.form.DateTextBox"
<input id="Text4" name="noDOMvalue" value="2009-01-20" type="text" dojoType="dijit.form.DateTextBox"
lang="en"
onMouseEnter="eventHandler"
onMouseLeave="eventHandler"
onKeyDown="eventHandler"
onChange="dojo.byId('oc3').value=''+arguments[0]"
>
onChange:<input id="oc3" size="34" disabled value="not fired yet!" autocomplete="off">

</div>
<script>
// See if we can make a widget in script and attach it to the DOM ourselves.
dojo.addOnLoad(function(){
// dojo.connect(dijit.byId('q5'), "onMouseEnter", eventHandler);
// dojo.connect(dijit.byId('q5'), "onMouseLeave", eventHandler);
// dojo.connect(dijit.byId('q5'), "onKeyDown", eventHandler);

});
// See if we can make a widget in script and attach it to the DOM ourselves.
dojo.addOnLoad(function(){
// dojo.connect(dijit.byId('q5'), "onMouseEnter", eventHandler);
// dojo.connect(dijit.byId('q5'), "onMouseLeave", eventHandler);
// dojo.connect(dijit.byId('q5'), "onKeyDown", eventHandler);
});
</script>

<script>
Expand All @@ -135,7 +134,7 @@ <h1 class="testTitle">Test DateTextBoxNew Islamic Widget</h1>
}
</script>


<div>
<button name="button" onclick="displayData(); return false;">view data</button>
<input type="submit" name="submit" />
Expand Down
7 changes: 3 additions & 4 deletions date/tests/test_DateTextBoxNewHebrewGreg.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1 class="testTitle">Test DateTextBoxNew Hebrew and Gregorian Widget</h1>
<span class="noticeMessage">DateTextBox class, Gregorian Calendar with min max </span>
</div>
<div class="testExample">
<input id="Text1" name="noDOMvalue" value="2009-01-20" type="text" data-dojo-type="dijit/form/DateTextBox"
<input id="Text1" name="noDOMvalue" value="2009-01-20" type="text" data-dojo-type="dijit/form/DateTextBox"
lang="en"
constraints="{min:'2009-01-01',max:'2009-02-01', datePattern:'dd MMMM yyyy'}"
onMouseEnter="eventHandler"
Expand All @@ -101,12 +101,12 @@ <h1 class="testTitle">Test DateTextBoxNew Hebrew and Gregorian Widget</h1>
<input id="Text3" size="34" disabled value="not called yet!" autocomplete="off" NAME="Text3">
</nobr>
</div>
<div class="dojoTitlePaneLabel">
<div class="dojoTitlePaneLabel">
<label for="q1"> Gregorian Date </label>
<span class="noticeMessage">DateTextBox class, Gregorian Calendar</span>
</div>
<div class="testExample">
<input id="Text4" name="noDOMvalue" value="2009-01-20" type="text" data-dojo-type="dijit/form/DateTextBox"
<input id="Text4" name="noDOMvalue" value="2009-01-20" type="text" data-dojo-type="dijit/form/DateTextBox"
lang="en"
constraints="{datePattern:'dd MMMM yyyy'}"
onMouseEnter="eventHandler"
Expand All @@ -130,7 +130,6 @@ <h1 class="testTitle">Test DateTextBoxNew Hebrew and Gregorian Widget</h1>
}
</script>


<div>
<button name="button" onclick="displayData(); return false;">view data</button>
<input type="submit" name="submit" />
Expand Down
111 changes: 56 additions & 55 deletions editor/tests/editorSmileyPlugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,60 +33,61 @@ <h1 class="testTitle">Editor + Smiley Plugin</h1>
<center>[:-)] Smiley Plugin is Ready !!! &nbsp;[:-)]</center>
</div>
<ul>
<li>
emoticonSmile: "[:-)]",
</li>
<li>
emoticonLaughing: "[lol]",
</li>
<li>
emoticonWink: "[;-)]",
</li>
<li>
emoticonGrin: "[:-D]",
</li>
<li>
emoticonCool: "[8-)]",
</li>
<li>
emoticonAngry: "[:-@]",
</li>
<li>
emoticonHalf: "[:-/]",
</li>
<li>
emoticonEyebrow: "[/:)]",
</li>
<li>
emoticonFrown: "[:-(]",
</li>
<li>
emoticonShy: "[:-$]",
</li>
<li>
emoticonGoofy: "[:-S]",
</li>
<li>
emoticonOops: "[:-O]",
</li>
<li>
emoticonTongue: "[:-P]",
</li>
<li>
emoticonIdea: "[(i)]",
</li>
<li>
emoticonYes: "[(y)]",
</li>
<li>
emoticonNo: "[(n)]",
</li>
<li>
emoticonAngel: "[0:-)]",
</li>
<li>
emoticonCrying: "[:'(]"
</li>
</ul>
<li>
emoticonSmile: "[:-)]",
</li>
<li>
emoticonLaughing: "[lol]",
</li>
<li>
emoticonWink: "[;-)]",
</li>
<li>
emoticonGrin: "[:-D]",
</li>
<li>
emoticonCool: "[8-)]",
</li>
<li>
emoticonAngry: "[:-@]",
</li>
<li>
emoticonHalf: "[:-/]",
</li>
<li>
emoticonEyebrow: "[/:)]",
</li>
<li>
emoticonFrown: "[:-(]",
</li>
<li>
emoticonShy: "[:-$]",
</li>
<li>
emoticonGoofy: "[:-S]",
</li>
<li>
emoticonOops: "[:-O]",
</li>
<li>
emoticonTongue: "[:-P]",
</li>
<li>
emoticonIdea: "[(i)]",
</li>
<li>
emoticonYes: "[(y)]",
</li>
<li>
emoticonNo: "[(n)]",
</li>
<li>
emoticonAngel: "[0:-)]",
</li>
<li>
emoticonCrying: "[:'(]"
</li>
</ul>
</div>
</body>
</html>
22 changes: 11 additions & 11 deletions grid/tests/test_grid_tab_container.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
overflow: auto;
}
</style>

<!-- required: the default dijit theme: -->
<link id="themeStyles" rel="stylesheet" href="../../../dijit/themes/tundra/tundra.css">

Expand All @@ -39,10 +39,10 @@
dojo.require("dijit.layout.LinkPane");
dojo.require("dijit.form.Button");
dojo.require("dojo.parser"); // scan page for widgets and instantiate them


</script>

<style type="text/css">
@import "../resources/Grid.css";
@import "../resources/tundraGrid.css";
Expand All @@ -56,7 +56,7 @@
font-weight: bold;
padding-bottom: 0.25em;
}

#grid {
border: 1px solid #333;
width: 35em;
Expand Down Expand Up @@ -100,20 +100,20 @@ <h1 class="testTitle">Dijit layout.TabContainer tests</h1>
<div id="tab1" dojoType="dijit.layout.ContentPane" title="Tab 1">
<h1>Test refreshing grid</h1>
<br/>


<div data-dojo-id="grid" id="grid" dojoType="dojox.grid.DataGrid" store="test_store" query="{ id: '*' }" structure="layout" rowSelector="20px"></div>
</div>



<div dojoType="dijit.layout.ContentPane" title="Tab 2">
<h1>I am tab 2</h1>

<br/>
<button dojoType="dijit.form.Button" onclick="updateGrid">Click here for refreshing grid on Tab 1</button>
<br>

<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean
semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin
Expand All @@ -136,7 +136,7 @@ <h1>I am tab 2</h1>
tortor pharetra congue. Suspendisse pulvinar.
</p>
</div>
</div>


</body>
</html>
Loading

0 comments on commit 0852dd0

Please sign in to comment.