Fixes to windows build
This commit is contained in:
parent
43d0488269
commit
0963a1c287
|
@ -359,7 +359,7 @@ public class AsyncRequestReadTest
|
|||
break;
|
||||
out.write(c);
|
||||
}
|
||||
out.println();
|
||||
out.write('\n');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -82,7 +82,10 @@ public class AllowSymLinkAliasCheckerTest
|
|||
@After
|
||||
public void teardown() throws Exception
|
||||
{
|
||||
server.stop();
|
||||
if( server != null )
|
||||
{
|
||||
server.stop();
|
||||
}
|
||||
}
|
||||
|
||||
private void setupRoot() throws IOException
|
||||
|
|
Loading…
Reference in New Issue