Skip to content

Commit 9769c8e

Browse files
committed
add push before pull folder
1 parent 150d8c3 commit 9769c8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/functional/android/android/device_test.rb

+5
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ def test_push_and_pull_file
177177
end
178178

179179
def test_pull_folder
180+
file = 'aVZCT1J3MEtHZ29BQUF BTlNVaEVVZ0FBQXU0QUFB VTJDQUlBQUFCRnRhUl' \
181+
'JBQUFBQVhOU1IwSUFyczRjNlFBQQ0KQUJ4cFJFOVVBQUFBQWdBQUFBQUFBQUti'
182+
path = '/data/local/tmp/remote.txt'
183+
@driver.push_file path, file
184+
180185
data = @driver.pull_folder '/data/local/tmp'
181186
assert data.length > 100
182187
end

0 commit comments

Comments
 (0)