소스 검색

Fixed test includes.

Mr.doob 12 년 전
부모
커밋
6fda565020
3개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  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>