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();
|
submit();
|
||||||
|
|
||||||
assertAuditLogsReportPage();
|
assertAuditLogsReportPage();
|
||||||
assertTextPresent( "If you specify an artifact ID, you must specify a group ID" );
|
assertTextPresent( "Results" );
|
||||||
assertTextNotPresent( "Results" );
|
|
||||||
assertTextNotPresent( "No audit logs found." );
|
assertTextNotPresent( "No audit logs found." );
|
||||||
assertTextNotPresent( "testAddArtifactValidValues-1.0.jar" );
|
assertTextPresent( "testAddArtifactValidValues-1.0.jar" );
|
||||||
assertTextNotPresent( "Uploaded File" );
|
assertTextPresent( "Uploaded File" );
|
||||||
|
assertTextPresent( "internal" );
|
||||||
|
assertTextPresent( "admin" );
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: add test for adding via WebDAV
|
// TODO: add test for adding via WebDAV
|
||||||
|
|
Loading…
Reference in New Issue