File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
dev/com.ibm.ws.wsat.migration_fat.6/fat/src/tests Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2023, 2024 IBM Corporation and others.
2+ * Copyright (c) 2023, 2025 IBM Corporation and others.
33 * All rights reserved. This program and the accompanying materials
44 * are made available under the terms of the Eclipse Public License 2.0
55 * which accompanies this distribution, and is available at
2626import com .ibm .ws .transaction .fat .util .TxTestContainerSuite ;
2727import com .ibm .ws .wsat .fat .util .DBTestBase ;
2828
29+ import componenttest .annotation .AllowedFFDC ;
2930import componenttest .annotation .Server ;
3031import componenttest .custom .junit .runner .FATRunner ;
3132import componenttest .topology .database .container .DatabaseContainerType ;
3233import componenttest .topology .database .container .DatabaseContainerUtil ;
3334import componenttest .topology .impl .LibertyServer ;
3435
3536@ RunWith (FATRunner .class )
37+ @ AllowedFFDC (value = { "com.ibm.ws.rsadapter.exceptions.DataStoreAdapterException" })
3638public class DBRerouteTest extends SimpleTest {
3739
3840 @ Server ("MigrationServer3" )
You can’t perform that action at this time.
0 commit comments