From 6b57a06c2d624664442627d7886b549a52402910 Mon Sep 17 00:00:00 2001 From: Daniel Lamb Date: Fri, 26 Oct 2012 16:59:01 -0230 Subject: [PATCH] Added instructions to create test user in comments --- fedora_repository.test.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fedora_repository.test.inc b/fedora_repository.test.inc index 1296cf00..ed945191 100644 --- a/fedora_repository.test.inc +++ b/fedora_repository.test.inc @@ -3,6 +3,16 @@ /** * @file * Generic test case to be extended to implement Islandora testing. + * + * In order to use this properly, you must place a test user in + * your Fedora installation. Please add the follwing snippet to your + * $FEDORA_HOME/server/config/fedora-users.xml: + * + * + * + * administrator + * + * */ abstract class IslandoraTestCase extends DrupalWebTestCase {