You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ro...@apache.org on 2005/02/05 20:19:43 UTC

svn commit: r151522 - apr/apr-util/trunk/test/testdbd.c

Author: rooneg
Date: Sat Feb  5 11:19:43 2005
New Revision: 151522

URL: http://svn.apache.org/viewcvs?view=rev&rev=151522
Log:
* test/testdbd.c
  (test_pquery): remove a c++ style commment.

Modified:
    apr/apr-util/trunk/test/testdbd.c

Modified: apr/apr-util/trunk/test/testdbd.c
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testdbd.c?view=diff&r1=151521&r2=151522
==============================================================================
--- apr/apr-util/trunk/test/testdbd.c (original)
+++ apr/apr-util/trunk/test/testdbd.c Sat Feb  5 11:19:43 2005
@@ -320,7 +320,7 @@
     apr_dbd_transaction_t *trans =0;
 
     rv = apr_dbd_prepare(driver, pool, handle, query, label, &statement);
-    //rv = apr_dbd_prepare(driver, pool, handle, query, NULL, &statement);
+    /* rv = apr_dbd_prepare(driver, pool, handle, query, NULL, &statement); */
     if (rv) {
         printf("Prepare statement failed!\n%s\n",
                apr_dbd_error(driver, handle, rv));