Fix theme namespace in tests. [DO NOT MERGE]
The tests used framework theme (Material), but the ResourceResolver was
created with project theme. This caused tests to fail becasue of missing
resources.
Change-Id: Ia17ee19054f6689f85e3423e83c1f47a2cc4364f
(cherry picked from commit 4a6ee98d39)
This commit is contained in:
@@ -284,7 +284,7 @@ public class Main {
|
||||
ConfigGenerator.getEnumMap(attrs), getLayoutLog());
|
||||
}
|
||||
|
||||
/** Text activity.xml */
|
||||
/** Test activity.xml */
|
||||
@Test
|
||||
public void testActivity() throws ClassNotFoundException {
|
||||
renderAndVerify("activity.xml", "activity.png");
|
||||
|
||||
Reference in New Issue
Block a user