try {
//int response =
fitNesseHelper.createSymLink(
baseDirWhitespace, "src/test/fitnesse", port,
new Launch("SuiteName.NestedSuite", null));
//assertEquals(200, response);
assertEquals(whitespace(SYMLINK_LOG_EXPECTED), logStream.toString());
} finally {
server.stop();