Sfoglia il codice sorgente

Add another use-case in the test data

pull/3/head
Kristijan Mitrovic 4 anni fa
parent
commit
f2bf27f5eb
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      src/test/java/org/cobbzilla/util/io/regex/RegexFilterReaderTest.java

+ 3
- 1
src/test/java/org/cobbzilla/util/io/regex/RegexFilterReaderTest.java Vedi File

@@ -60,7 +60,8 @@ public class RegexFilterReaderTest {
+ "date: Tue, 15 Sep 2020 11:40:14 GMT\r\n"
+ "content-type: application/json\r\n"
+ "content-encoding: UTF-8\r\n"
+ "set-cookie: a=b; Domain=*.wrong.domain\r\n"
+ "set-cookie: a=b; Domain=*.example.com\r\n"
+ "set-cookie: c=d; Domain=example.com\r\n"
+ "zz-type: java.util.LinkedHashMap\r\n"
+ "X-Firefox-Spdy: h2\r\n"
+ "\r\n"
@@ -73,6 +74,7 @@ public class RegexFilterReaderTest {
+ "date: Tue, 15 Sep 2020 11:40:14 GMT\r\n"
+ "content-type: application/json\r\n"
+ "content-encoding: UTF-8\r\n"
+ "set-cookie: c=d; Domain=example.com\r\n"
+ "zz-type: java.util.LinkedHashMap\r\n"
+ "X-Firefox-Spdy: h2\r\n"
+ "\r\n"


Caricamento…
Annulla
Salva