update octree test timetable
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				studiorailgun/Renderer/pipeline/head There was a failure building this commit
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	studiorailgun/Renderer/pipeline/head There was a failure building this commit
				
			This commit is contained in:
		
							parent
							
								
									a24188e2c0
								
							
						
					
					
						commit
						f660e9c827
					
				| @ -11,6 +11,7 @@ import java.util.List; | |||||||
| import java.util.Random; | import java.util.Random; | ||||||
| 
 | 
 | ||||||
| import org.joml.Vector3d; | import org.joml.Vector3d; | ||||||
|  | import org.junit.jupiter.api.Test; | ||||||
| 
 | 
 | ||||||
| import annotations.BigDataTest; | import annotations.BigDataTest; | ||||||
| import annotations.FastTest; | import annotations.FastTest; | ||||||
| @ -121,7 +122,7 @@ public class OctreeTests { | |||||||
|     /** |     /** | ||||||
|      * Adds a whole bunch of nodes in a line |      * Adds a whole bunch of nodes in a line | ||||||
|      */ |      */ | ||||||
|     @FastTest |     @Test | ||||||
|     public void testAddLine(){ |     public void testAddLine(){ | ||||||
|         Octree<Integer> octree = new Octree<Integer>(new Vector3d(0,0,0), new Vector3d(32,32,32)); |         Octree<Integer> octree = new Octree<Integer>(new Vector3d(0,0,0), new Vector3d(32,32,32)); | ||||||
|         for(int i = 0; i < 31; i++){ |         for(int i = 0; i < 31; i++){ | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user