You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2013/09/06 00:35:51 UTC

[jira] [Closed] (CB-3945) Test case not run - UserWebViewTest.customTest()

     [ https://issues.apache.org/jira/browse/CB-3945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser closed CB-3945.
--------------------------

    Resolution: Fixed

This has been fixed for a while, closing.
                
> Test case not run - UserWebViewTest.customTest()
> ------------------------------------------------
>
>                 Key: CB-3945
>                 URL: https://issues.apache.org/jira/browse/CB-3945
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>    Affects Versions: 2.7.0
>            Reporter: Peter
>            Assignee: Lisa Seacat DeLuca
>            Priority: Minor
>
> The Android test class org.apache.cordova.test.UserWebViewTest has a test case which does not get executed:
> {code}
>   public void customTest()
>   {
>     assertTrue(CordovaWebView.class.isInstance(testView));
>     assertTrue(CordovaWebViewClient.class.isInstance(testActivity.testViewClient));
>     assertTrue(CordovaChromeClient.class.isInstance(testActivity.testChromeClient));
>   }
> {code}
>  
>   
> Shouldn't this method be called *testCustom* instead of customTest?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira