File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
test/com/nostra13/universalimageloader/core Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
<!-- Robolectric -->
18
18
<!-- These must be above Android so the dependency order is correct -->
19
19
<dependency >
20
- <groupId >com.squareup.assertj </groupId >
21
- <artifactId >assertj -android</artifactId >
22
- <version >1.0.0 </version >
20
+ <groupId >com.squareup</groupId >
21
+ <artifactId >fest -android</artifactId >
22
+ <version >1.0.7 </version >
23
23
<scope >test</scope >
24
24
</dependency >
25
25
<dependency >
26
26
<groupId >org.robolectric</groupId >
27
27
<artifactId >robolectric</artifactId >
28
- <version >2.4 </version >
28
+ <version >2.1.1 </version >
29
29
<scope >test</scope >
30
30
</dependency >
31
31
<dependency >
Original file line number Diff line number Diff line change 9
9
import com .nostra13 .universalimageloader .core .imageaware .ImageAware ;
10
10
import com .nostra13 .universalimageloader .core .imageaware .ImageViewAware ;
11
11
import com .nostra13 .universalimageloader .utils .ImageSizeUtils ;
12
- import static org .assertj . android .api .Assertions . assertThat ;
12
+ import org .fest . assertions .api .Assertions ;
13
13
import org .junit .Before ;
14
14
import org .junit .Test ;
15
15
import org .junit .runner .RunWith ;
Original file line number Diff line number Diff line change 1
1
package com .nostra13 .universalimageloader .core .download ;
2
2
3
- import static org .assertj . android .api .Assertions . assertThat ;
3
+ import org .fest . assertions .api .Assertions ;
4
4
import org .junit .Test ;
5
5
import org .junit .runner .RunWith ;
6
6
import org .robolectric .RobolectricTestRunner ;
Original file line number Diff line number Diff line change 30
30
<
developerConnection >scm:git:
[email protected] :nostra13/Android-Universal-Image-Loader.git</
developerConnection >
31
31
<url >https://github.com/nostra13/Android-Universal-Image-Loader</url >
32
32
<tag >v1.9.1</tag >
33
- </scm >
33
+ </scm >
34
34
35
35
<developers >
36
36
<developer >
You can’t perform that action at this time.
0 commit comments