Holly automated as many of the formerly manual tests as possible plus updated other tests to make sure all fields are tested.

This commit is contained in:
Holly Mistlebauer 2013-12-02 17:42:41 -05:00
parent b672cf7e0b
commit 4ea1f57f74
54 changed files with 3744 additions and 682 deletions

View file

@ -1,8 +0,0 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix auth: <http://vitro.mannlib.cornell.edu/ns/vitro/authorization#> .
@prefix simplePermission: <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission#> .
@prefix displayByRole: <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.DisplayByRolePermission#> .
@prefix editByRole: <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.EditByRolePermission#> .
auth:ADMIN
auth:hasPermission simplePermission:UseSparqlUpdateApi ;