Added admin first, and fixed getAllUsers
This commit is contained in:
		
							parent
							
								
									3288d51cf7
								
							
						
					
					
						commit
						f12d7aa693
					
				
					 2 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -235,5 +235,4 @@ public class DBHelper extends SQLiteOpenHelper {
 | 
				
			||||||
        cursor.close();
 | 
					        cursor.close();
 | 
				
			||||||
        return listOfUsers;
 | 
					        return listOfUsers;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -123,5 +123,6 @@ public class DBIntegrationTest {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        dbHelper.deleteUser("jbO4aBF4dC");
 | 
					        dbHelper.deleteUser("jbO4aBF4dC");
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue