소스 검색

remove unused test

simonThiele 9 년 전
부모
커밋
d6fbddeed3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      test/unit/core/BufferGeometry.js

+ 0 - 2
test/unit/core/BufferGeometry.js

@@ -184,8 +184,6 @@ test( "computeBoundingBox", function() {
 
 	ok( bb.min.x === bb.max.x && bb.min.y === bb.max.y && bb.min.z === bb.max.z, "since there is only one vertex, max and min are equal" );
 	ok( bb.min.x === -1 && bb.min.y === -1 && bb.min.z === -1, "since there is only one vertex, min and max are this vertex" );
-
-	bb = getBBForVertices( [-1] );
 });
 
 test( "computeBoundingSphere", function() {