From cfa1827445931f0d15c88284b4c49f207ea460f3 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 20 Feb 2017 14:31:00 +0000 Subject: [PATCH] Removing surplus spaces that were added with previous commit --- .../com.arm.wlauto.uiauto.appshare.jar | Bin 20040 -> 20040 bytes .../com/arm/wlauto/uiauto/UiAutomation.java | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wlauto/workloads/appshare/com.arm.wlauto.uiauto.appshare.jar b/wlauto/workloads/appshare/com.arm.wlauto.uiauto.appshare.jar index d44c1d704895cc9d6ae021d4157bf0fa9592253a..6b041d9251e67fe61d1be8dd64dccb3c7db15660 100644 GIT binary patch delta 56 zcmX>xhw;Q5MxFp~W)?061`Y;>sN#t{noNgxdF IvHLj!0Nf!F%K!iX delta 56 zcmX>xhw;Q5MxFp~W)?061`Y-W)%b}#noKJ36U~<~sm5=-ztRUtP44ow1d2^Q>gxdF IvHLj!0JT356#xJL diff --git a/wlauto/workloads/appshare/uiauto/src/com/arm/wlauto/uiauto/UiAutomation.java b/wlauto/workloads/appshare/uiauto/src/com/arm/wlauto/uiauto/UiAutomation.java index 76aba5e0..5afbba8a 100755 --- a/wlauto/workloads/appshare/uiauto/src/com/arm/wlauto/uiauto/UiAutomation.java +++ b/wlauto/workloads/appshare/uiauto/src/com/arm/wlauto/uiauto/UiAutomation.java @@ -76,9 +76,9 @@ public class UiAutomation extends UxPerfUiAutomation { private void sendToGmail(String recipient) throws Exception { String gID = gmail.packageID; - + shareUsingApp("Gmail", "gmail"); - + gmail.clearFirstRunDialogues(); UiObject composeView = @@ -88,7 +88,7 @@ public class UiAutomation extends UxPerfUiAutomation { // to the launching app, so we need to share the photo once more and // wait for Gmail to sync. shareUsingApp("Gmail", "gmail_retry"); - + gmail.clearFirstRunDialogues(); } @@ -100,7 +100,7 @@ public class UiAutomation extends UxPerfUiAutomation { private void logIntoSkype(String loginName, String loginPass) throws Exception { shareUsingApp("Skype", "skype_setup"); - + skype.handleLoginScreen(loginName, loginPass); sleep(10); // Pause while the app settles before returning @@ -108,7 +108,7 @@ public class UiAutomation extends UxPerfUiAutomation { private void sendToSkype(String contactName) throws Exception { shareUsingApp("Skype", "skype"); - + skype.searchForContact(contactName); skype.dismissUpdatePopupIfPresent(); @@ -118,7 +118,7 @@ public class UiAutomation extends UxPerfUiAutomation { private void shareUsingApp(String appName, String tagName) throws Exception { String testTag = "share"; ActionLogger logger = new ActionLogger(testTag + "_" + tagName, parameters); - + clickUiObject(BY_DESC, "Share", "android.widget.ImageView"); UiScrollable applicationGrid = new UiScrollable(new UiSelector().resourceId(googlephotos.packageID + "application_grid"));