35 lines
1.8 KiB
HTML
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_microsoft_tl12_bld.html','jsonLoadTests_microsoft_tl12_bld.html','jsonpLoadTests_microsoft_tl12_bld.html','kmlLoadTests_microsoft_tl12_bld.html','geoRSSTests_microsoft_tl12_bld.html','kmlTests_microsoft_tl12_bld.html','basicPlacemarkTests_microsoft_tl12_bld.html','kmlPlacemarkTests_microsoft_tl12_bld.html','missingElementTests_microsoft_tl12_bld.html','deletionTests_microsoft_tl12_bld.html','visibilityTests_microsoft_tl12_bld.html','timeParserTests_microsoft_tl12_bld.html','scrollToTests_microsoft_tl12_bld.html','iterationTests_microsoft_tl12_bld.html','themeTests_microsoft_tl12_bld.html','basicInfoWindowTests_microsoft_tl12_bld.html','customInfoWindowTests_microsoft_tl12_bld.html','multiInfoWindowTests_microsoft_tl12_bld.html','initOptionTests_microsoft_tl12_bld.html','selectionTests_microsoft_tl12_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>
|