Ver código fonte

Fixed test includes.

Mr.doob 12 anos atrás
pai
commit
6fda565020
3 arquivos alterados com 6 adições e 6 exclusões
  1. 2 2
      test/three-math.html
  2. 2 2
      test/three.html
  3. 2 2
      test/three.min.html

+ 2 - 2
test/three-math.html

@@ -11,7 +11,7 @@
 
   <!-- add ThreeJS sources to test below -->
 
-  <script src="../build/Three-math.js"></script>
+  <script src="../build/three-math.js"></script>
 
   <!-- add class-based unit tests below -->
 
@@ -27,4 +27,4 @@
   <script src="core/Vector4.js"></script>
   
 </body>
-</html>
+</html>

+ 2 - 2
test/three.html

@@ -11,7 +11,7 @@
 
   <!-- add ThreeJS sources to test below -->
 
-  <script src="../build/Three.js"></script>
+  <script src="../build/three.js"></script>
 
   <!-- add class-based unit tests below -->
 
@@ -27,4 +27,4 @@
   <script src="core/Vector4.js"></script>
   
 </body>
-</html>
+</html>

+ 2 - 2
test/three.min.html

@@ -11,7 +11,7 @@
 
   <!-- add ThreeJS sources to test below -->
 
-  <script src="../build/Three.min.js"></script>
+  <script src="../build/three.min.js"></script>
 
   <!-- add class-based unit tests below -->
 
@@ -27,4 +27,4 @@
   <script src="core/Vector4.js"></script>
   
 </body>
-</html>
+</html>