mirror of https://github.com/apache/archiva.git
reverse portion of previous change, behaviour is expected to be different on 1.3.x vs trunk
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@918825 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c0d48098b
commit
f597e36cd3
|
@ -99,11 +99,12 @@ public class AuditLogsReportTest
|
|||
submit();
|
||||
|
||||
assertAuditLogsReportPage();
|
||||
assertTextPresent( "If you specify an artifact ID, you must specify a group ID" );
|
||||
assertTextNotPresent( "Results" );
|
||||
assertTextPresent( "Results" );
|
||||
assertTextNotPresent( "No audit logs found." );
|
||||
assertTextNotPresent( "testAddArtifactValidValues-1.0.jar" );
|
||||
assertTextNotPresent( "Uploaded File" );
|
||||
assertTextPresent( "testAddArtifactValidValues-1.0.jar" );
|
||||
assertTextPresent( "Uploaded File" );
|
||||
assertTextPresent( "internal" );
|
||||
assertTextPresent( "admin" );
|
||||
}
|
||||
|
||||
// TODO: add test for adding via WebDAV
|
||||
|
|
Loading…
Reference in New Issue