mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	* Added wikidataEntityID in all db versions, handled db.execSql via method runQuery
This commit is contained in:
		
							parent
							
								
									6365815e0d
								
							
						
					
					
						commit
						64eae8be82
					
				
					 2 changed files with 31 additions and 23 deletions
				
			
		|  | @ -78,17 +78,11 @@ class ContributionDaoTest { | |||
|     @Test | ||||
|     fun upgradeDatabase_v3_to_v4() { | ||||
|         Table.onUpdate(database, 3, 4) | ||||
| 
 | ||||
|         // No changes | ||||
|         verifyZeroInteractions(database) | ||||
|     } | ||||
| 
 | ||||
|     @Test | ||||
|     fun upgradeDatabase_v4_to_v5() { | ||||
|         Table.onUpdate(database, 4, 5) | ||||
| 
 | ||||
|         // No changes | ||||
|         verifyZeroInteractions(database) | ||||
|     } | ||||
| 
 | ||||
|     @Test | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ashish Kumar
						Ashish Kumar