Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9482c2b6 authored by Maurice Lam's avatar Maurice Lam
Browse files

Fix Robolectric tests

Test: TreeHugger
Change-Id: Iea7c6f9bdcc19ddaddcedd03c3ebcf512bedb720
parent d0edb190
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public class SettingsLibRobolectricTestRunner extends RobolectricTestRunner {
                    final List<ResourcePath> paths = super.getIncludedResourcePaths();
                    paths.add(resourcePath("file:frameworks/base/packages/SettingsLib/res"));
                    paths.add(resourcePath("file:frameworks/base/core/res/res"));
                    paths.add(resourcePath("file:frameworks/support/v7/appcompat/res"));
                    paths.add(resourcePath("file:frameworks/support/appcompat/res"));
                    return paths;
                }
            };