Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix compare result
  • Loading branch information
jshum2479 committed Feb 6, 2023
commit 3f6ebdfb8ba7b8ad63f9f5a5c0c7918ce6380bd6
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ private void verifyDiscoveredJDBCWalletModelFile(String expectedModelFile) throw
checkContents.add("topology:");
checkContents.add(" Name: domain2");
checkContents.add(" AdminServerName: admin-server");
checkContents.add(" DomainVersion: 12.2.1.4.0");
checkContents.add(" DomainVersion: 12.2.1.3.0");
checkContents.add(" ProductionModeEnabled: true");
checkContents.add(" NMProperties:");
checkContents.add(" JavaHome: /usr/java/jdk1.8.0_361");
Expand Down