Project

General

Profile

« Previous | Next » 

Revision 57220

fixed test which failed in local env for missing mocks and getter/setter

View differences:

ParthenosPublisherController.java
59 59
	public void setParthenosPublisherHelper(final ParthenosPublisherHelper parthenosPublisherHelper) {
60 60
		this.parthenosPublisherHelper = parthenosPublisherHelper;
61 61
	}
62

  
63
	public JRRPublisherHelper getJrrPublisherHelper() {
64
		return jrrPublisherHelper;
65
	}
66

  
67
	public void setJrrPublisherHelper(JRRPublisherHelper jrrPublisherHelper) {
68
		this.jrrPublisherHelper = jrrPublisherHelper;
69
	}
62 70
}

Also available in: Unified diff