File tree Expand file tree Collapse file tree 2 files changed +4
-22
lines changed
src/AndroidClient/client/src/test/java/net/servicestack/client/tests Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 22
33package net .servicestack .client .tests ;
44
5+ import io .techstacks .dto ;
56import junit .framework .TestCase ;
6- import net .servicestack .client .ConnectionFilter ;
7- import net .servicestack .client .ExceptionFilter ;
8- import net .servicestack .client .HttpMethods ;
9- import net .servicestack .client .JsonServiceClient ;
10- import net .servicestack .client .Log ;
11- import net .servicestack .client .MimeTypes ;
12- import net .servicestack .client .ResponseStatus ;
13- import net .servicestack .client .TimeSpan ;
14- import net .servicestack .client .Utils ;
15- import net .servicestack .client .WebServiceException ;
16-
7+ import net .servicestack .client .*;
178import net .servicestack .client .tests .testdtos .*;
189
19- import java .io .UnsupportedEncodingException ;
2010import java .math .BigDecimal ;
2111import java .math .BigInteger ;
2212import java .net .HttpURLConnection ;
23- import java .net .URLEncoder ;
24- import java .util .ArrayList ;
25- import java .util .Date ;
26- import java .util .HashMap ;
27- import java .util .List ;
28- import java .util .UUID ;
29-
30- import io .techstacks .*;
31- import io .techstacks .dto ;
13+ import java .util .*;
3214
3315public class TestServiceTests extends TestCase {
3416 public TestServiceTests () {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public void test_Can_parse_Date_with_SubMillis(){
1616 Date date = Utils .parseDate ("2015-03-27T03:41:41.987375+00:00" );
1717
1818 SimpleDateFormat dateFmt = new SimpleDateFormat ("yyyy-MM-dd'T'HH:mm:ss.SSS" );
19- assertEquals ("2015-03-26T20 :41:41.983 " , dateFmt .format (date ));
19+ assertEquals ("2015-03-27T03 :41:41.987 " , dateFmt .format (date ));
2020 }
2121
2222 public void test_Can_stripSubMillis (){
You can’t perform that action at this time.
0 commit comments