Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ void testMiiDeleteDatasource() {
Path pathToDeleteDSYaml = Paths.get(WORK_DIR + "/deleteds.yaml");
String yamlToDeleteDS = "resources:\n"
+ " JDBCSystemResource:\n"
+ " !TestDataSource2:";
+ " '!TestDataSource2':";

assertDoesNotThrow(() -> Files.write(pathToDeleteDSYaml, yamlToDeleteDS.getBytes()));

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (c) 2020, 2021, Oracle and/or its affiliates.
# Copyright (c) 2020, 2022, Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.

resources:
FileStore:
!TestClusterFileStore:
'!TestClusterFileStore':
JMSServer:
!TestClusterJmsServer:
'!TestClusterJmsServer':
JMSSystemResource:
!TestClusterJmsModule:
'!TestClusterJmsModule':
JDBCSystemResource:
!TestDataSource:
'!TestDataSource':
appDeployments:
Application:
!myear:
'!myear':
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020, 2021, Oracle and/or its affiliates.
# Copyright (c) 2020, 2022, Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
resources:
JDBCSystemResource:
Expand All @@ -20,4 +20,4 @@ resources:
Properties:
user:
Value: j2ee
!TestDataSource2:
'!TestDataSource2':