Project

General

Profile

« Previous | Next » 

Revision 48477

new setter with a list of funding info.
Controller test ignored as it requires a local postgres database.

View differences:

ProjectsControllerTest.java
7 7
import org.apache.commons.logging.Log;
8 8
import org.apache.commons.logging.LogFactory;
9 9
import org.junit.Before;
10
import org.junit.Ignore;
10 11
import org.junit.Test;
11 12
import org.junit.runner.RunWith;
12 13
import org.springframework.boot.test.context.SpringBootTest;
......
16 17

  
17 18
import static org.junit.Assert.assertEquals;
18 19

  
20
@Ignore
19 21
@SpringBootTest
20 22
@RunWith(SpringJUnit4ClassRunner.class)
21 23
public class ProjectsControllerTest {

Also available in: Unified diff