Skip to content

Commit

Permalink
updated as per review comments [mozilla#473]
Browse files Browse the repository at this point in the history
  • Loading branch information
annasob committed Apr 18, 2011
1 parent 648d6e7 commit aec940f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ <h1>Popcorn Plug-in Unit Tests</h1>
<li><a onclick="clearEvents();" target="out" href="lastfm/popcorn.lastfm.unit.html">lastfm</a></li>
<li><a onclick="clearEvents();" target="out" href="lowerthird/popcorn.lowerthird.unit.html">lowerthird</a></li>
<li><a onclick="clearEvents();" target="out" href="mustache/popcorn.mustache.unit.html">mustache</a></li>
<li><a onclick="clearEvents();" target="out" href="openmap/popcorn.openmap.unit.html">openmap</a></li>
<li><a onclick="clearEvents();" target="out" href="subtitle/popcorn.subtitle.unit.html">subtitle</a></li>
<li><a onclick="clearEvents();" target="out" href="tagthisperson/popcorn.tagthisperson.unit.html">tagthisperson</a></li>
<li><a onclick="clearEvents();" target="out" href="twitter/popcorn.twitter.unit.html">twitter</a></li>
<li><a onclick="clearEvents();" target="out" href="webpage/popcorn.webpage.unit.html">webpage</a></li>
<li><a onclick="clearEvents();" target="out" href="wikipedia/popcorn.wikipedia.unit.html">wikipedia</a></li>
<li><a onclick="clearEvents();" target="out" href="openmap/popcorn.openmap.unit.html">openmap</a></li>

</ul>
</div>
<iframe id="out" name="out" style="position:absolute;top:0px;left:150px;height:100%;width:100%"></iframe>
Expand All @@ -33,13 +34,12 @@ <h1>Popcorn Plug-in Unit Tests</h1>
function runAllTests(){
var testUrl = [ "attribution", "code", "flickr", "footnote", "googlemap",
"googlenews", "googlefeed", "image", "lastfm", "lowerthird",
"mustache", "subtitle", "tagthisperson", "twitter", "webpage",
"wikipedia", "openmap"];
//googlenews and lowerthird tests do not exist, therefore their test time is set to 0
"mustache", "openmap", "subtitle", "tagthisperson", "twitter",
"webpage", "wikipedia"];
var testDur = [ 17000, 20000, 10000, 20000, 11000,
13000, 13000, 10000, 10000, 13000,
15000, 25000, 21000, 10000, 21000,
21000, 13000 ];
15000, 13000, 25000, 21000, 10000,
21000, 21000 ];

var setTest = function( index ) {
var url = function( str ) {
Expand Down

0 comments on commit aec940f

Please sign in to comment.