Merge "We only have one mock service." into nyc-dev

This commit is contained in:
Philip P. Moltmann
2016-04-05 22:17:43 +00:00
committed by Android (Google) Code Review

View File

@@ -515,7 +515,7 @@ public class IPrintManagerParametersTest extends BasePrintTest {
public void testGetPrintServices() throws Exception {
List<PrintServiceInfo> printServices = mIPrintManager.getPrintServices(
PrintManager.ALL_SERVICES, mUserId);
assertTrue(printServices.size() >= 2);
assertTrue(printServices.size() >= 1);
printServices = mIPrintManager.getPrintServices(0, mUserId);
assertEquals(printServices, null);