separate defaultRepos from initialRepos, which includes additionalRepos

This commit is contained in:
Hans-Christoph Steiner
2018-10-16 17:16:33 +02:00
parent e8264d7dbb
commit aace086da4
2 changed files with 24 additions and 21 deletions

View File

@@ -278,7 +278,7 @@ public class DBHelperTest {
outputStream.close();
try {
List<String> initialRepos = DBHelper.loadDefaultRepos(context);
List<String> initialRepos = DBHelper.loadInitialRepos(context);
// Construct the repos that we should have loaded
List<String> oem0 = Arrays.asList("oem0Name", "https://www.oem0.com/yeah/repo", "I'm the first oem repo.",