westdc-zf1/htdocs/js/timemap.2.0.1/tests/suite_openlayers_tl230_bld....

35 lines
1.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TimeMap Test Suite</title>
<link rel="stylesheet" type="text/css" href="../../jsUnit/css/jsUnitStyle.css">
<script language="JavaScript" type="text/javascript" src="../../jsunit/app/jsUnitCore.js"></script>
<script language="JavaScript" type="text/javascript">
var allTestPages = [
// gets replaced by build script
'basicLoadTests_openlayers_tl230_bld.html','jsonLoadTests_openlayers_tl230_bld.html','jsonpLoadTests_openlayers_tl230_bld.html','kmlLoadTests_openlayers_tl230_bld.html','geoRSSTests_openlayers_tl230_bld.html','kmlTests_openlayers_tl230_bld.html','basicPlacemarkTests_openlayers_tl230_bld.html','kmlPlacemarkTests_openlayers_tl230_bld.html','missingElementTests_openlayers_tl230_bld.html','deletionTests_openlayers_tl230_bld.html','visibilityTests_openlayers_tl230_bld.html','timeParserTests_openlayers_tl230_bld.html','scrollToTests_openlayers_tl230_bld.html','iterationTests_openlayers_tl230_bld.html','themeTests_openlayers_tl230_bld.html','basicInfoWindowTests_openlayers_tl230_bld.html','customInfoWindowTests_openlayers_tl230_bld.html','multiInfoWindowTests_openlayers_tl230_bld.html','initOptionTests_openlayers_tl230_bld.html','selectionTests_openlayers_tl230_bld.html'
];
function suite() {
var newsuite = new jsUnitTestSuite(),
// gets replaced by build script
timemapdir='timemap';
for (var x=0; x<allTestPages.length; x++) {
newsuite.addTestPage("../" + timemapdir + "/tests/" + allTestPages[x]);
}
return newsuite;
}
</script>
</head>
<body>
<h1>TimeMap Test Suite</h1>
<p>This page contains a suite of tests for testing TimeMap with jsUnit.</p>
</body>
</html>