Author: rhuijben
Date: Sat Feb 14 23:25:50 2015
New Revision: 1659869

URL: http://svn.apache.org/r1659869
Log:
* subversion/tests/libsvn_ra/ra-test.c
  (commit_callback_with_failure): Following up on r1659867, test parsed time.

Modified:
    subversion/trunk/subversion/tests/libsvn_ra/ra-test.c

Modified: subversion/trunk/subversion/tests/libsvn_ra/ra-test.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_ra/ra-test.c?rev=1659869&r1=1659868&r2=1659869&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_ra/ra-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_ra/ra-test.c Sat Feb 14 23:25:50 
2015
@@ -630,7 +630,7 @@ commit_callback_with_failure(const svn_c
   SVN_TEST_STRING_ASSERT(info->post_commit_err, NULL);
 
   SVN_ERR(svn_time_from_cstring(&timetemp, info->date, scratch_pool));
-  SVN_TEST_ASSERT(info->date != 0);
+  SVN_TEST_ASSERT(timetemp != 0);
   SVN_TEST_ASSERT(info->repos_root != NULL);
   SVN_TEST_ASSERT(info->revision == 1);
 


Reply via email to