Java: Add .expected file to qltest.

This commit is contained in:
Anders Schack-Mulligen
2019-12-13 14:34:29 +01:00
parent 0c2da8af40
commit f88623ccb4
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
public class A {
}

View File

@@ -0,0 +1,4 @@
| insecure-pom.xml:19:9:24:22 | repository | Downloading or uploading artifacts over insecure protocol (eg. http or ftp) to/from repository http://insecure-repository.example |
| insecure-pom.xml:25:9:30:30 | snapshotRepository | Downloading or uploading artifacts over insecure protocol (eg. http or ftp) to/from repository http://insecure-repository.example |
| insecure-pom.xml:33:9:38:22 | repository | Downloading or uploading artifacts over insecure protocol (eg. http or ftp) to/from repository http://insecure-repository.example |
| insecure-pom.xml:41:9:46:28 | pluginRepository | Downloading or uploading artifacts over insecure protocol (eg. http or ftp) to/from repository http://insecure-repository.example |