Skip to content

Commit 3fd3ece

Browse files
committed
Adjusting the ua-case-insensitive test to also test that 'User-agent' can be case insensitive
1 parent dc792fe commit 3fd3ece

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
User-agent: test
1+
User-Agent: test
22
Disallow: /index.html

norbert/src/test/org/osjava/norbert/NoRobotClientTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ public void testNrb9() throws MalformedURLException, NoRobotException {
185185

186186
// Tests NRB-8
187187
// http://issues.osjava.org/jira/browse/NRB-8
188+
// Also: http://code.google.com/p/osjava/issues/detail?id=8
188189
public void testNrb8() throws MalformedURLException, NoRobotException {
189190
String base = this.hardCode + "ua-case-insensitive/";
190191
String[] names = new String[] { "test", "TEST", "tEsT" };

0 commit comments

Comments
 (0)