Commit 5e55378b authored by Joel Martin's avatar Joel Martin

test/*.html: use "../include" instead of symlink.

This allows tests to work on the github pages site.
parent 468a9cc4
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<script type='text/javascript' <script type='text/javascript'
src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script> src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
--> -->
<script src="include/util.js"></script> <script src="../include/util.js"></script>
<script src="include/webutil.js"></script> <script src="../include/webutil.js"></script>
<script src="browser.js"></script> <script src="browser.js"></script>
<script src="stats.js"></script> <script src="stats.js"></script>
<script src="arrays.js"></script> <script src="arrays.js"></script>
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Native Base64 Tests</title> <title>Native Base64 Tests</title>
<script src="include/util.js"></script> <script src="../include/util.js"></script>
<script src="include/webutil.js"></script> <script src="../include/webutil.js"></script>
<script src="include/base64.js"></script> <script src="../include/base64.js"></script>
</head> </head>
<body> <body>
<h1>Native Base64 Tests</h1> <h1>Native Base64 Tests</h1>
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
<script type='text/javascript' <script type='text/javascript'
src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script> src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
--> -->
<script src="include/util.js"></script> <script src="../include/util.js"></script>
<script src="include/webutil.js"></script> <script src="../include/webutil.js"></script>
<script src="include/base64.js"></script> <script src="../include/base64.js"></script>
<script src="include/canvas.js"></script> <script src="../include/canvas.js"></script>
<script src="face.png.js"></script> <script src="face.png.js"></script>
</head> </head>
<body> <body>
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
<script type='text/javascript' <script type='text/javascript'
src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script> src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
--> -->
<script src="include/util.js"></script> <script src="../include/util.js"></script>
<script src="include/webutil.js"></script> <script src="../include/webutil.js"></script>
<script src="include/base64.js"></script> <script src="../include/base64.js"></script>
<script src="include/canvas.js"></script> <script src="../include/canvas.js"></script>
</head> </head>
<body> <body>
<h1>Roll over the buttons to test cursors</h1> <h1>Roll over the buttons to test cursors</h1>
......
../include
\ No newline at end of file
...@@ -18,10 +18,10 @@ ...@@ -18,10 +18,10 @@
<script type='text/javascript' <script type='text/javascript'
src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script> src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
--> -->
<script src="include/util.js"></script> <script src="../include/util.js"></script>
<script src="include/webutil.js"></script> <script src="../include/webutil.js"></script>
<script src="include/base64.js"></script> <script src="../include/base64.js"></script>
<script src="include/canvas.js"></script> <script src="../include/canvas.js"></script>
<script> <script>
var msg_cnt = 0; var msg_cnt = 0;
var width = 400, height = 200; var width = 400, height = 200;
......
...@@ -18,10 +18,10 @@ ...@@ -18,10 +18,10 @@
<script type='text/javascript' <script type='text/javascript'
src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script> src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
--> -->
<script src="include/util.js"></script> <script src="../include/util.js"></script>
<script src="include/webutil.js"></script> <script src="../include/webutil.js"></script>
<script src="include/base64.js"></script> <script src="../include/base64.js"></script>
<script src="include/canvas.js"></script> <script src="../include/canvas.js"></script>
<script> <script>
var msg_cnt = 0; var msg_cnt = 0;
var width = 400, height = 200; var width = 400, height = 200;
......
<html> <html>
<head> <head>
<title>VNC Performance Benchmark</title> <title>VNC Performance Benchmark</title>
<link rel="stylesheet" href="include/plain.css"> <link rel="stylesheet" href="../include/plain.css">
</head> </head>
<body> <body>
...@@ -35,8 +35,11 @@ ...@@ -35,8 +35,11 @@
src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script> src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
--> -->
<script src="include/vnc.js"></script> <script type="text/javascript">
<script src="include/playback.js"></script> var INCLUDE_URI= "../include/";
</script>
<script src="../include/vnc.js"></script>
<script src="../include/playback.js"></script>
<script src="data/multi.js"></script> <script src="data/multi.js"></script>
<script> <script>
......
<html> <html>
<head> <head>
<title>VNC Playback</title> <title>VNC Playback</title>
<link rel="stylesheet" href="include/plain.css"> <link rel="stylesheet" href="../include/plain.css">
</head> </head>
<body> <body>
...@@ -37,8 +37,11 @@ ...@@ -37,8 +37,11 @@
src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script> src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
--> -->
<script src="include/vnc.js"></script> <script type="text/javascript">
<script src="include/playback.js"></script> var INCLUDE_URI= "../include/";
</script>
<script src="../include/vnc.js"></script>
<script src="../include/playback.js"></script>
<script> <script>
var fname, start_time; var fname, start_time;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment