You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Lisa Seacat DeLuca (JIRA)" <ji...@apache.org> on 2013/06/25 21:54:20 UTC

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

    [ https://issues.apache.org/jira/browse/CB-3945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13693321#comment-13693321 ] 

Lisa Seacat DeLuca commented on CB-3945:
----------------------------------------

I agree, I changed to testCustom as suggested and the test ran automatically.  I changed the name and requested a pull here: https://github.com/apache/cordova-android/pull/66
                
> 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