Merge "We only have one mock service." into nyc-dev
am: c05a7a0
* commit 'c05a7a04c22c836c49ea0e605247c0f35799a3dc':
We only have one mock service.
Change-Id: I6c3748cb83103be7a50cff528d97607e73de7ef0
This commit is contained in:
@@ -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