Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Non-functional update: correct package of kernel-impl.TestHelpers
  • Loading branch information
Andrew Woods committed Aug 11, 2014
1 parent 9b0ecac commit 0b0e628
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
Expand Up @@ -16,7 +16,7 @@
package org.fcrepo.jms.observer;

import static javax.jms.Session.AUTO_ACKNOWLEDGE;
import static org.fcrepo.kernel.utils.TestHelpers.setField;
import static org.fcrepo.kernel.impl.utils.TestHelpers.setField;
import static org.mockito.Matchers.any;
import static org.mockito.Matchers.eq;
import static org.mockito.Mockito.mock;
Expand Down
Expand Up @@ -44,9 +44,9 @@
import java.util.Date;

import static org.fcrepo.kernel.impl.DatastreamImpl.hasMixin;
import static org.fcrepo.kernel.utils.TestHelpers.checksumString;
import static org.fcrepo.kernel.utils.TestHelpers.getContentNodeMock;
import static org.fcrepo.kernel.utils.TestHelpers.getPropertyIterator;
import static org.fcrepo.kernel.impl.utils.TestHelpers.checksumString;
import static org.fcrepo.kernel.impl.utils.TestHelpers.getContentNodeMock;
import static org.fcrepo.kernel.impl.utils.TestHelpers.getPropertyIterator;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.fail;
Expand Down
Expand Up @@ -16,7 +16,7 @@
package org.fcrepo.kernel.impl.observer;

import static org.fcrepo.kernel.impl.observer.SimpleObserver.EVENT_TYPES;
import static org.fcrepo.kernel.utils.TestHelpers.setField;
import static org.fcrepo.kernel.impl.utils.TestHelpers.setField;
import static org.mockito.Matchers.any;
import static org.mockito.Mockito.never;
import static org.mockito.Mockito.verify;
Expand Down
Expand Up @@ -15,7 +15,7 @@
*/
package org.fcrepo.kernel.impl.spring;

import static org.fcrepo.kernel.utils.TestHelpers.setField;
import static org.fcrepo.kernel.impl.utils.TestHelpers.setField;
import static org.junit.Assert.assertEquals;
import static org.mockito.Matchers.any;
import static org.mockito.Mockito.when;
Expand Down
Expand Up @@ -22,7 +22,7 @@
import static javax.jcr.PropertyType.URI;
import static org.fcrepo.kernel.RdfLexicon.COULD_NOT_STORE_PROPERTY;
import static org.fcrepo.kernel.RdfLexicon.RESTAPI_NAMESPACE;
import static org.fcrepo.kernel.utils.TestHelpers.setField;
import static org.fcrepo.kernel.impl.utils.TestHelpers.setField;
import static org.mockito.Matchers.any;
import static org.mockito.Matchers.eq;
import static org.mockito.Mockito.never;
Expand Down
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.fcrepo.kernel.utils;
package org.fcrepo.kernel.impl.utils;

import static org.fcrepo.jcr.FedoraJcrTypes.CONTENT_DIGEST;
import static org.fcrepo.jcr.FedoraJcrTypes.CONTENT_SIZE;
Expand All @@ -36,6 +36,7 @@
import javax.jcr.RepositoryException;
import javax.jcr.Value;

import org.fcrepo.kernel.utils.ContentDigest;
import org.mockito.invocation.InvocationOnMock;
import org.mockito.stubbing.Answer;

Expand Down

0 comments on commit 0b0e628

Please sign in to comment.