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

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

Peter created CB-3945:
-------------------------

             Summary: 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: Joe Bowser
            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