Project

General

Profile

« Previous | Next » 

Revision 51508

organize init script with methods, add connect and openaire fields in Page, filter pages by pid depending on connect and openaire field | order page results by name | update update script with methods

View differences:

UoaAdminToolsApplicationTests.java
214 214
//			}
215 215
	}
216 216

  
217
	@Test
218
	public void testPages() {
217 219

  
220
		System.out.println( pageDAO.findByConnect(false).size());
221
		for (Page p: pageDAO.findByConnect(false) ){
222
			System.out.println(p.getRoute()+" Con: "+p.getConnect()+" Op: "+p.getOpenaire());
223
		}
224
	}
225

  
218 226
}

Also available in: Unified diff