Commit for testing the buildbots. Nothing changed except for a comment.


git-svn-id: http://sfntly.googlecode.com/svn/trunk/cpp/src@48 672e30a5-4c29-85ac-ac6d-611c735e0a51
diff --git a/test/test_utils.h b/test/test_utils.h
index 4d692e1..a92cd5b 100644
--- a/test/test_utils.h
+++ b/test/test_utils.h
@@ -39,7 +39,7 @@
   // @param offset2 offset for comparison in byte array 2
   // @param length the length of the byte arrays to compare
   // @return true if the array segments are equal; false otherwise
-  // TODO(dfilimon): implement
+  // TODO(dfilimon): implement sometime in the future :)
   static bool Equals(ByteArray* b1,
                      int32_t offset1,
                      ByteArray* b2,