Kaydet (Commit) 9dd8a621 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

cppcheck: add missing braket

Change-Id: I1e542455ad3e4ab1a445366517c92b102471840a
üst 354c0824
......@@ -91,7 +91,7 @@ namespace tools_urlobj
#endif
#ifdef WIN
CPPUNIT_ASSERT( aUrl.GetMainURL( INetURLObject::NO_DECODE ).
equalsAscii( "file://137.65.170.24/c$/Img0001.jpg" ) ;
equalsAscii( "file://137.65.170.24/c$/Img0001.jpg" ) );
CPPUNIT_ASSERT( aUrl.GetProtocol( ) == INET_PROT_FILE );
#endif
CPPUNIT_ASSERT( aUrl.GetHost( INetURLObject::NO_DECODE ).
......
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