Kaydet (Commit) 74bf7fdd authored tarafından Caolán McNamara's avatar Caolán McNamara

sync test with da0fd5c999fc6f8b5e2d4ecccbf66e1034a03ed9

üst c06fcacb
......@@ -344,7 +344,13 @@ void Test::testFindFirstURLInText() {
"ftp://bla.bla.bla/blubber/", 3, 29 },
{ "..\\ftp://bla.bla.bla/blubber/...", 0, 0, 0 },
{ "..\\ftp:\\\\bla.bla.bla\\blubber/...",
//Sync with tools/source/fsys/urlobj.cxx and changeScheme
#ifdef LINUX
"smb://bla.bla.bla/blubber%2F", 7, 29 },
#endif
#ifdef WNT
"file://bla.bla.bla/blubber%2F", 7, 29 },
#endif
{ "http://sun.com", "http://sun.com/", 0, 14 },
{ "http://sun.com/", "http://sun.com/", 0, 15 },
{ "http://www.xerox.com@www.pcworld.com/go/3990332.htm", 0, 0, 0 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment