}
String newSsid = sessions.switchToProject(originalSsid, projectId);
Session projectSession = sessions.getSession(newSsid);
assertFalse(sessions.sessionExists(originalSsid));
assertTrue(projectSession != null);
assertTrue(originalSession.getProject() == null);
assertTrue(projectSession.getProject().equals(p));