Fix Robolectric test on oc-dev. DO NOT MERGE

The directories for setup wizard lib renamed on master.

Test: cd tests/robotests && mma
Bug: 37745541
Change-Id: Iffb7aa85a41a1d84c17357144f964e1d6da693be
This commit is contained in:
Maurice Lam
2017-04-27 11:58:12 -07:00
parent 32d3d383cb
commit 8352421baa

View File

@@ -83,11 +83,11 @@ public class SettingsRobolectricTestRunner extends RobolectricTestRunner {
null)); null));
paths.add(new ResourcePath( paths.add(new ResourcePath(
getPackageName(), getPackageName(),
Fs.fileFromPath("./frameworks/opt/setupwizard/library/gingerbread/res"), Fs.fileFromPath("./frameworks/opt/setupwizard/library/eclair-mr1/res"),
null)); null));
paths.add(new ResourcePath( paths.add(new ResourcePath(
getPackageName(), getPackageName(),
Fs.fileFromPath("./frameworks/opt/setupwizard/library/recyclerview/res"), Fs.fileFromPath("./frameworks/opt/setupwizard/library/full-support/res"),
null)); null));
paths.add(new ResourcePath( paths.add(new ResourcePath(
getPackageName(), getPackageName(),