Commit cd4be96b authored by Seth Hoenig's avatar Seth Hoenig
Browse files

drivers/java: add parsing test case for corretto 17

parent e4e445ed
Showing with 9 additions and 0 deletions
+9 -0
......@@ -78,6 +78,15 @@ func TestDriver_parseJavaVersionOutput(t *testing.T) {
`OpenJDK Runtime Environment 18.9 (build 11.0.11+9-LTS)`,
`OpenJDK 64-Bit Server VM 18.9 (build 11.0.11+9-LTS, mixed mode, sharing)`,
},
{
"Corretto 17 on Ubuntu 22.04",
`openjdk version "17.0.4.1" 2022-08-12 LTS
OpenJDK Runtime Environment Corretto-17.0.4.9.1 (build 17.0.4.1+9-LTS)
OpenJDK 64-Bit Server VM Corretto-17.0.4.9.1 (build 17.0.4.1+9-LTS, mixed mode, sharing)`,
`17.0.4.1`,
`OpenJDK Runtime Environment Corretto-17.0.4.9.1 (build 17.0.4.1+9-LTS)`,
`OpenJDK 64-Bit Server VM Corretto-17.0.4.9.1 (build 17.0.4.1+9-LTS, mixed mode, sharing)`,
},
}
for _, c := range cases {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment