Commit 936e52b 1 parent eb2845c commit 936e52b Copy full SHA for 936e52b
File tree 1 file changed +3
-0
lines changed
gemma-core/src/test/java/ubic/gemma/persistence/util
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import com .mysql .cj .jdbc .Driver ;
4
4
import org .junit .Test ;
5
+ import org .junit .experimental .categories .Category ;
5
6
import org .springframework .beans .factory .annotation .Autowired ;
6
7
import org .springframework .beans .factory .annotation .Value ;
7
8
import org .springframework .context .annotation .Bean ;
14
15
import org .springframework .test .context .junit4 .AbstractJUnit4SpringContextTests ;
15
16
import ubic .gemma .core .config .SettingsConfig ;
16
17
import ubic .gemma .core .context .TestComponent ;
18
+ import ubic .gemma .core .util .test .category .IntegrationTest ;
17
19
18
20
import javax .sql .DataSource ;
19
21
import java .sql .SQLException ;
24
26
25
27
import static org .junit .Assert .assertEquals ;
26
28
29
+ @ Category (IntegrationTest .class )
27
30
@ ContextConfiguration
28
31
public class DateStorageTest extends AbstractJUnit4SpringContextTests {
29
32
You can’t perform that action at this time.
0 commit comments