OSDN Git Service

am 5ad4dae1: Fix theme namespace in tests. [DO NOT MERGE]
authorDeepanshu Gupta <deepanshu@google.com>
Wed, 26 Aug 2015 05:57:40 +0000 (05:57 +0000)
committerAndroid Git Automerger <android-git-automerger@android.com>
Wed, 26 Aug 2015 05:57:40 +0000 (05:57 +0000)
* commit '5ad4dae1578dd6823da93ee8382f07ec2814e3ba':
  Fix theme namespace in tests. [DO NOT MERGE]

tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/Main.java

index 4c668a7..09f2000 100644 (file)
@@ -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");