Skip to content

[JAVA] TEST CASE 67 #16

@luca-digrazia

Description

@luca-digrazia

Fix the Java test case 67:

public void test67() throws Exception {
        String query = "if (EXPR<0>) { --> if (EXPR<0> && EXPR) {";
        String candidate = "if (contentType == null) { --> if (contentType == null && charset == null) {";
        assertTrue(App.runJunit(query, candidate));
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions