print priority
This commit is contained in:
		
							parent
							
								
									60271c8ac9
								
							
						
					
					
						commit
						2a6c6d566a
					
				@ -22,6 +22,7 @@ public class TestProcState extends SigarTestCase {
 | 
			
		||||
        char state = procState.getState();
 | 
			
		||||
        traceln(procState.getName() + "=" + state);
 | 
			
		||||
        traceln("threads=" + procState.getThreads());
 | 
			
		||||
        traceln("priority=" + procState.getPriority());
 | 
			
		||||
 | 
			
		||||
        assertTrue((state == 'R') || (state == 'S'));
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user