mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-18 12:49:59 -04:00
Drop the composite vercode + repo primary key from apk table
We expect repos to serve multiple apks with the same version code but different signing certificates in the future.
This commit is contained in:
@@ -73,11 +73,6 @@ public class SuggestedVersionTest extends FDroidProviderTest {
|
||||
assertEquals(3, found3.suggestedVersionCode);
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO: Failing for two reasons:
|
||||
* * We don't support suggested versioncode with multi-sig.
|
||||
* * More importantly, we don't even support multi-sig due to the [appId, vercode, repo] primary key.
|
||||
*/
|
||||
@Test
|
||||
public void singleRepoMultiSig() {
|
||||
App singleApp = insertApp(context, "single.app", "Single App", 4, "https://simple.repo");
|
||||
|
||||
Reference in New Issue
Block a user