Skip to content

Commit

Permalink
#4405 update tests for gb inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Feb 7, 2018
1 parent c1e56a5 commit 637d4f8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ public void setUp() {

childB.setGuestbooks(notIncludeA);


List<Guestbook> none = new ArrayList();
root.setGuestbooks(none);
childA.setGuestbooks(none);

testEngine = new TestDataverseEngine(new TestCommandContext() {
@Override
public DataverseServiceBean dataverses() {
Expand Down

0 comments on commit 637d4f8

Please sign in to comment.