Skip to content

Commit

Permalink
* [android] fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
sospartan committed Oct 28, 2016
1 parent 8bd4e8b commit 0d2bd98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public void testRegisterComponent() throws Exception {
assertTrue(WXSDKEngine.registerComponent("test", TestComponent.class,true));
assertTrue(WXSDKEngine.registerComponent("test1",TestComponent.class));
assertTrue(WXSDKEngine.registerComponent(TestComponent.class,false,"testA","testB","testC"));
Map<String,String> compInfo = new HashMap<>();
Map<String,Object> compInfo = new HashMap<>();
assertFalse(WXSDKEngine.registerComponent(compInfo,TestComponent.class));
}

Expand Down

0 comments on commit 0d2bd98

Please sign in to comment.