Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
/ jdk13u-dev Public archive

Commit

Permalink
8230010: Remove jdk8037819/BasicTest1.java
Browse files Browse the repository at this point in the history
8230002: javax/xml/jaxp/unittest/transform/SecureProcessingTest.java runs zero test

Backport-of: f85fe3a
  • Loading branch information
Olga Mikhaltsova authored and Yuri Nesterenko committed Apr 30, 2021
1 parent a46fd36 commit 6623cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 69 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -36,6 +36,7 @@

import org.testng.Assert;
import org.testng.annotations.Listeners;
import org.testng.annotations.Test;

/*
* @test
Expand All @@ -46,6 +47,7 @@
*/
@Listeners({jaxp.library.FilePolicy.class})
public class SecureProcessingTest {
@Test
public void testSecureProcessing() {
boolean _isSecureMode = System.getSecurityManager() != null;
// SECURE_PROCESSING == false
Expand Down

This file was deleted.

1 comment on commit 6623cfe

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.