mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 17:01:14 -06:00
24 lines
872 B
HTML
24 lines
872 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>IPA utils test suite</title>
|
|
<link rel="stylesheet" href="qunit.css" type="text/css" media="screen">
|
|
<script type="text/javascript" src="../js/libs/jquery.js"></script>
|
|
<script type="text/javascript" src="../js/libs/jquery.ordered-map.js"></script>
|
|
<script type="text/javascript" src="qunit.js"></script>
|
|
<script type="text/javascript" src="config.js"></script>
|
|
<script type="text/javascript" src="../js/dojo/dojo.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
require(['test/build_tests'], function(tests){ tests() });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">IPA Build test suite</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-fixture"></div>
|
|
</body>
|
|
</html> |