From c3ff9e85f9e3065d411647cd08d0fbf66be6ec62 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sun, 5 May 2019 13:44:02 +0200 Subject: [PATCH] Rename file according to new scheme ... Readme.md --- t/{10_ca_hashes_up_to_date.t => 01_ca_hashes_up_to_date.t} | 0 t/{09_isJSON_valid.t => 07_isJSON_valid.t} | 0 t/{32_http.t => 08_isHTML_valid.t} | 0 t/{31_badssl.com.t => 51_badssl.com.t} | 0 t/{11_hpkp.t.tmpDISABLED => 59_hpkp.t.tmpDISABLED} | 0 t/Readme.md | 3 +++ 6 files changed, 3 insertions(+) rename t/{10_ca_hashes_up_to_date.t => 01_ca_hashes_up_to_date.t} (100%) rename t/{09_isJSON_valid.t => 07_isJSON_valid.t} (100%) rename t/{32_http.t => 08_isHTML_valid.t} (100%) rename t/{31_badssl.com.t => 51_badssl.com.t} (100%) rename t/{11_hpkp.t.tmpDISABLED => 59_hpkp.t.tmpDISABLED} (100%) create mode 100644 t/Readme.md diff --git a/t/10_ca_hashes_up_to_date.t b/t/01_ca_hashes_up_to_date.t similarity index 100% rename from t/10_ca_hashes_up_to_date.t rename to t/01_ca_hashes_up_to_date.t diff --git a/t/09_isJSON_valid.t b/t/07_isJSON_valid.t similarity index 100% rename from t/09_isJSON_valid.t rename to t/07_isJSON_valid.t diff --git a/t/32_http.t b/t/08_isHTML_valid.t similarity index 100% rename from t/32_http.t rename to t/08_isHTML_valid.t diff --git a/t/31_badssl.com.t b/t/51_badssl.com.t similarity index 100% rename from t/31_badssl.com.t rename to t/51_badssl.com.t diff --git a/t/11_hpkp.t.tmpDISABLED b/t/59_hpkp.t.tmpDISABLED similarity index 100% rename from t/11_hpkp.t.tmpDISABLED rename to t/59_hpkp.t.tmpDISABLED diff --git a/t/Readme.md b/t/Readme.md new file mode 100644 index 0000000..f85ae6e --- /dev/null +++ b/t/Readme.md @@ -0,0 +1,3 @@ +00-09: Is reporting ok +20-39: Do scans work fine (client side) +50-69: Are the results what I expect? (server side)