Ignore:
Timestamp:
03/07/14 15:39:42 (10 years ago)
Author:
Twan Goosen
Message:

added processing of page parameter to record page (tests needed to be adapted)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/test/java/eu/clarin/cmdi/vlo/wicket/pages/TestFacetedSearchPage.java

    r4631 r4652  
    2020import org.springframework.beans.factory.annotation.Autowired;
    2121import org.springframework.context.annotation.Bean;
    22 import org.springframework.context.annotation.ComponentScan;
    2322import org.springframework.context.annotation.Configuration;
    24 import org.springframework.test.annotation.DirtiesContext;
    2523import org.springframework.test.context.ContextConfiguration;
    2624import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
     
    2826
    2927/**
    30  * Abstract base class for tests that require dependency injection of (mock)
    31  * objects and services. Based on blog post by Petri Kainulainen found at
     28 * Mock injection based on blog post by Petri Kainulainen found at
    3229 * {@link http://www.petrikainulainen.net/programming/tips-and-tricks/mocking-spring-beans-with-apache-wicket-and-mockito/}
    33  *
    3430 */
    3531@RunWith(SpringJUnit4ClassRunner.class)
    3632@ContextConfiguration(loader = AnnotationConfigContextLoader.class)
    37 //@DirtiesContext(classMode = DirtiesContext.ClassMode.AFTER_EACH_TEST_METHOD) // gives us a fresh context for each test
    3833public class TestFacetedSearchPage {
    3934
Note: See TracChangeset for help on using the changeset viewer.