Skip to content

Commit 6fda565

Browse files
committed
Fixed test includes.
1 parent bc32688 commit 6fda565

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

test/three-math.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- add ThreeJS sources to test below -->
1313

14-
<script src="../build/Three-math.js"></script>
14+
<script src="../build/three-math.js"></script>
1515

1616
<!-- add class-based unit tests below -->
1717

@@ -27,4 +27,4 @@
2727
<script src="core/Vector4.js"></script>
2828

2929
</body>
30-
</html>
30+
</html>

test/three.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- add ThreeJS sources to test below -->
1313

14-
<script src="../build/Three.js"></script>
14+
<script src="../build/three.js"></script>
1515

1616
<!-- add class-based unit tests below -->
1717

@@ -27,4 +27,4 @@
2727
<script src="core/Vector4.js"></script>
2828

2929
</body>
30-
</html>
30+
</html>

test/three.min.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- add ThreeJS sources to test below -->
1313

14-
<script src="../build/Three.min.js"></script>
14+
<script src="../build/three.min.js"></script>
1515

1616
<!-- add class-based unit tests below -->
1717

@@ -27,4 +27,4 @@
2727
<script src="core/Vector4.js"></script>
2828

2929
</body>
30-
</html>
30+
</html>

0 commit comments

Comments
 (0)