Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Trying to sort out Windoze stupid drive letters (x: vs X: on grid).
Browse files Browse the repository at this point in the history
git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/trunk/nexus@7915 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
cstamas committed Mar 11, 2011
1 parent 7d73cae commit b01db61
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -44,7 +44,7 @@ public void setSecureTest()
messageUtil = new LogConfigMessageUtil( this.getXMLXStream(), MediaType.APPLICATION_XML );

TestContainer.getInstance().getTestContext().setSecureTest( true );

TestContainer.getInstance().getTestContext().useAdminForRequests();
}

Expand All @@ -62,7 +62,7 @@ public void getLogConfig()

File actualLoggerLocation = new File( resource.getFileAppenderLocation() ).getCanonicalFile();

Assert.assertEquals( nexusLog.getAbsolutePath(), actualLoggerLocation.getAbsolutePath() );
Assert.assertTrue( nexusLog.getAbsoluteFile().equals( actualLoggerLocation.getAbsoluteFile() ) );
}

@Test
Expand Down

0 comments on commit b01db61

Please sign in to comment.