Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix order of deletion used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Oct 27, 2014
1 parent 0a452a5 commit 8321161
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,8 +81,8 @@ public static List<Class> entitiesForRemoval() {
HTextFlowTargetReviewComment.class,
HTextFlowTarget.class,
HTextFlowHistory.class,
HPotEntryData.class,
HTextFlow.class);
builder.add(HPotEntryData.class);
// documents
builder.add(HDocumentHistory.class, HDocument.class);
builder.add(HPoHeader.class);
Expand Down

0 comments on commit 8321161

Please sign in to comment.