Skip to content

Commit fb777ff

Browse files
committed
Moved our URI scheme tests from the res folder to the tests folder.
1 parent 3c20614 commit fb777ff

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ <h2>URI scheme</h2>
2323
<td>
2424
<li>
2525
<a
26-
href="opencor://openFile/https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/res/urischeme/res/lorenz.cellml"
26+
href="opencor://openFile/https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/tests/models/lorenz.cellml"
2727
><code>opencor://openFile/https://.../lorenz.cellml</code></a
2828
>
2929
</li>
3030
</td>
3131
<td>
32-
<a
33-
href="https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/res/urischeme/res/lorenz.cellml"
32+
<a href="https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/tests/models/lorenz.cellml"
3433
>CellML file on GitHub</a
3534
>
3635
</td>
@@ -39,14 +38,13 @@ <h2>URI scheme</h2>
3938
<td>
4039
<li>
4140
<a
42-
href="opencor://openFile/https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/res/urischeme/res/lorenz.sedml"
41+
href="opencor://openFile/https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/tests/models/lorenz.sedml"
4342
><code>opencor://openFile/https://.../lorenz.sedml</code></a
4443
>
4544
</li>
4645
</td>
4746
<td>
48-
<a
49-
href="https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/res/urischeme/res/lorenz.sedml"
47+
<a href="https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/tests/models/lorenz.sedml"
5048
>SED-ML file on GitHub</a
5149
>
5250
</td>
@@ -55,13 +53,13 @@ <h2>URI scheme</h2>
5553
<td>
5654
<li>
5755
<a
58-
href="opencor://openFile/https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/res/urischeme/res/lorenz.omex"
56+
href="opencor://openFile/https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/tests/models/lorenz.omex"
5957
><code>opencor://openFile/https://.../lorenz.omex</code></a
6058
>
6159
</li>
6260
</td>
6361
<td>
64-
<a href="https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/res/urischeme/res/lorenz.omex"
62+
<a href="https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/tests/models/lorenz.omex"
6563
>COMBINE archive on GitHub</a
6664
>
6765
</td>
@@ -88,7 +86,7 @@ <h2>URI scheme</h2>
8886
<br />
8987
<li>
9088
<a
91-
href="opencor://openFiles/https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/res/urischeme/res/lorenz.cellml|https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/res/urischeme/res/lorenz.sedml|https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/res/urischeme/res/lorenz.omex"
89+
href="opencor://openFiles/https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/tests/models/lorenz.cellml|https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/tests/models/lorenz.sedml|https://raw.githubusercontent.com/opencor/webapp/refs/heads/main/tests/models/lorenz.omex"
9290
><code
9391
>opencor://openFiles/https://.../lorenz.cellml|https://.../lorenz.sedml|https://.../lorenz.omex</code
9492
></a

0 commit comments

Comments
 (0)