<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,7 +15,8 @@
 #include &lt;string.h&gt;
 #include &quot;old_school.h&quot;
 #include &quot;utilities.c&quot;
-// Being used to test the app.
+
+// Being used to test the lib.
 int main(int argc, char** argv) {
     MYSQL *conn;
     MYSQL_RES *res;
@@ -30,13 +31,13 @@ int main(int argc, char** argv) {
         }   
         mysql_free_result(res);
         
-        long rowsAffected = insert(&quot;items&quot;, &quot;id, title&quot;, &quot;99999, 'poop'&quot;, conn);
+        long rowsAffected = insert(&quot;items&quot;, &quot;id, title&quot;, &quot;99999, 'test'&quot;, conn);
         printf(&quot;%d rows affected by insert\n&quot;, rowsAffected);
         
-        rowsAffected = update(&quot;items&quot;, &quot;title = 'poopy!'&quot;, &quot;title = 'poop'&quot;, conn);
+        rowsAffected = update(&quot;items&quot;, &quot;title = 'testy!'&quot;, &quot;title = 'test'&quot;, conn);
         printf(&quot;%d rows affected by update\n&quot;, rowsAffected);
 
-        rowsAffected = delete(&quot;items&quot;, &quot;title = 'poopy!'&quot;, conn);
+        rowsAffected = delete(&quot;items&quot;, &quot;title = 'testy!'&quot;, conn);
         printf(&quot;%d rows affected by delete\n&quot;, rowsAffected);
         
         mysql_close(conn);
@@ -49,7 +50,7 @@ int main(int argc, char** argv) {
 	conn = mysql_init(NULL);
 	
 	if (conn == NULL) {
-        printf(&quot;An error occurred while trying to connect to MYSQL. So sorry.&quot;);
+        printf(&quot;An error occurred while trying to connect to MySQL. So sorry.&quot;);
         return NULL;
 	}
 
@@ -196,4 +197,3 @@ long run_query(MYSQL *conn, char *query) {
     return (long) mysql_affected_rows(conn);
 }
  
- 
\ No newline at end of file</diff>
      <filename>old_school.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3d0ab980ebe760d1baf453252bf4334e1c21b700</id>
    </parent>
  </parents>
  <author>
    <name>Michael Leung</name>
    <email>blamemike@gmail.com</email>
  </author>
  <url>http://github.com/mleung/old_school/commit/ad2cfaccefe56f8a5040eb6d0611a339384ba378</url>
  <id>ad2cfaccefe56f8a5040eb6d0611a339384ba378</id>
  <committed-date>2008-07-15T16:09:34-07:00</committed-date>
  <authored-date>2008-07-15T16:09:34-07:00</authored-date>
  <message>Changing test comments</message>
  <tree>b1b81375ca459ad20755e0ff16b37546e3eeec58</tree>
  <committer>
    <name>Michael Leung</name>
    <email>blamemike@gmail.com</email>
  </committer>
</commit>
