Files
chocomae/test/db_connect_manager.html
T

24 lines
869 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>DB Connect Manager</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.6.0.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="https://code.jquery.com/qunit/qunit-2.6.0.js"></script>
<script src="../src/game/lib/string_util.js"></script>
<script src="../src/game/lib/date_util.js"></script>
<script src="../src/game/lib/session_storage_manager.js"></script>
<script src="../src/game/global/global_variables.js"></script>
<script src="../src/game/lib/history_record_manager.js"></script>
<script src="../src/game/lib/ranking_record_manager.js"></script>
<script src="../src/game/lib/db_connect_manager.js"></script>
<script src="test_db_connect_manager.js"></script>
</body>
</html>