forked from cinemascience/cinema_viewers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_explorer.html
27 lines (25 loc) · 1.01 KB
/
test_explorer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<h1>Cinema Explorer URL Test Plan</h1>
The following links test attribute passing over URL:
<p></p>
<table>
<tr>
<td>Normal behavior</td>
<td><a href="cinema_explorer.html">cinema_explorer.html</a></td>
</tr>
<tr>
<td>Passing a database.json file</td>
<td><a href="cinema_explorer.html?databases=testing/explorer/small.json">cinema_explorer.html?databases=testing/explorer/small.json</a></td>
</tr>
<tr>
<td>Passing a single database</td>
<td><a href="cinema_explorer.html?databases=data/sphere_multi-image.cdb">cinema_explorer.html?databases=data/sphere_multi-image.cdb</a></td>
</tr>
<tr>
<td>Passing multiple databases</td>
<td><a href="cinema_explorer.html?databases=data/sphere_multi-image.cdb,data/sphere.cdb">cinema_explorer.html?databases=data/sphere_multi-image.cdb,data/sphere.cdb</a></td>
</tr>
<tr>
<td>Passing ParaView database</td>
<td><a href="cinema_explorer.html?databases=data/test_paraview.cdb">cinema_explorer.html?databases=data/test_paraview.cdb</a></td>
</tr>
</table>