Skip to content

Commit 566f38e

Browse files
committed
[fix][test] Stop checking for oracle as vendor
1 parent 13628b6 commit 566f38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uk.ac.manchester.tests.jdk8/src/uk/ac/manchester/tests/jdk8/java/security/AccessControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void invokeLambdaThroughDoPrivileged() {
3535
} catch (PrivilegedActionException ex) {
3636
ex.printStackTrace();
3737
}
38-
assertEquals(res, "Oracle Corporation");
38+
assertEquals(res, System.getProperty("java.vendor"));
3939
}
4040

4141
}

0 commit comments

Comments
 (0)