Merge "We only have one mock service." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c05a7a04c2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user