@@ -32,7 +32,7 @@ public void testParseString() throws ParseException {
3232 jsonString += "\t \" logger\" : \" " + "category1" + "\" ,\n " ;
3333 jsonString += "\t \" level\" : \" " + "ERROR" + "\" ,\n " ;
3434 jsonString += "\t \" message\" : \" " + "My message" + "\" ,\n " ;
35- jsonString += "\t \" referer\" : \" " + "http://log4js.berlios.de " + "\" ,\n " ;
35+ jsonString += "\t \" referer\" : \" " + "http://stritti.github.io/log4js/ " + "\" ,\n " ;
3636 jsonString += "\t \" useragent\" : \" " + "Mozilla" + "\" ,\n " ;
3737 jsonString += "\t \" timestamp\" : \" " + "2000-02-01T12:13:30Z" + "\" ,\n " ;
3838 jsonString += "\t \" exception\" : \" " + "exception1" + "\" \n " ;
@@ -42,7 +42,7 @@ public void testParseString() throws ParseException {
4242 jsonString += "\t \" logger\" : \" " + "category2" + "\" ,\n " ;
4343 jsonString += "\t \" level\" : \" " + "INFO" + "\" ,\n " ;
4444 jsonString += "\t \" message\" : \" " + "My message" + "\" ,\n " ;
45- jsonString += "\t \" referer\" : \" " + "http://log4js.berlios.de " + "\" ,\n " ;
45+ jsonString += "\t \" referer\" : \" " + "http://stritti.github.io/log4js/ " + "\" ,\n " ;
4646 jsonString += "\t \" useragent\" : \" " + "Mozilla" + "\" ,\n " ;
4747 jsonString += "\t \" timestamp\" : \" " + "2000-02-01T12:13:30Z" + "\" ,\n " ;
4848 jsonString += "\t \" exception\" : \" " + "exception2" + "\" \n " ;
0 commit comments