Update test images
4
build.sh
@@ -177,10 +177,6 @@ fetch_artifacts() {
|
|||||||
$ADB pull /mnt/sdcard/test-screenshots/ ${OUTPUTS_DIR}/failed
|
$ADB pull /mnt/sdcard/test-screenshots/ ${OUTPUTS_DIR}/failed
|
||||||
$ADB pull /storage/sdcard/test-screenshots/ ${OUTPUTS_DIR}/failed
|
$ADB pull /storage/sdcard/test-screenshots/ ${OUTPUTS_DIR}/failed
|
||||||
$ADB pull /sdcard/Android/data/${PACKAGE_NAME}/files/test-screenshots/ ${OUTPUTS_DIR}/failed
|
$ADB pull /sdcard/Android/data/${PACKAGE_NAME}/files/test-screenshots/ ${OUTPUTS_DIR}/failed
|
||||||
|
|
||||||
$ADB shell rm -r /mnt/sdcard/test-screenshots/
|
|
||||||
$ADB shell rm -r /storage/sdcard/test-screenshots/
|
|
||||||
$ADB shell rm -r /sdcard/Android/data/${PACKAGE_NAME}/files/test-screenshots/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch_logcat() {
|
fetch_logcat() {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@@ -45,7 +45,7 @@ public class ScoreWidgetTest extends BaseViewTest
|
|||||||
setTheme(R.style.TransparentWidgetTheme);
|
setTheme(R.style.TransparentWidgetTheme);
|
||||||
|
|
||||||
habit = fixtures.createLongHabit();
|
habit = fixtures.createLongHabit();
|
||||||
ScoreWidget widget = new ScoreWidget(targetContext, 0, habit, prefs);
|
ScoreWidget widget = new ScoreWidget(targetContext, 0, habit);
|
||||||
view = convertToView(widget, 400, 400);
|
view = convertToView(widget, 400, 400);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||