< prev index next >

test/jdk/javax/transaction/xa/testng/Driver.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2016, 2918, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2016, 2018, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 21,31 **** * questions. */ /** * @test ! * @modules java.sql * @compile * test/transaction/XAExceptionTests.java * util/SerializedTransactionExceptions.java ! * @run testng/othervm test.transaction.XAExceptionTests */ --- 21,33 ---- * questions. */ /** * @test ! * @modules java.transaction.xa * @compile * test/transaction/XAExceptionTests.java * util/SerializedTransactionExceptions.java ! * @run testng/othervm Driver */ + public class Driver extends test.transaction.XAExceptionTests { + }
< prev index next >