<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,7 +37,7 @@ public class LongClientTest extends ClientBaseCase {
 		final int hashcode=Arrays.hashCode(data);
 		final Collection&lt;String&gt; keys=new ArrayList&lt;String&gt;();
 		for(int i=0; i&lt;50; i++) {
-			client.set(&quot;k&quot; + i, 30, data);
+			client.set(&quot;k&quot; + i, 60, data);
 			keys.add(&quot;k&quot; + i);
 		}
 
@@ -50,7 +50,9 @@ public class LongClientTest extends ClientBaseCase {
 					Map&lt;String, Object&gt; m = client.getBulk(keys);
 					for(String s : keys) {
 						byte b[]=(byte[])m.get(s);
-						assert Arrays.hashCode(b) == hashcode;
+						assert Arrays.hashCode(b) == hashcode
+							: &quot;Expected &quot; + hashcode + &quot; was &quot;
+								+ Arrays.hashCode(b);
 					}
 				}
 				return hashcode;</diff>
      <filename>src/test/net/spy/memcached/LongClientTest.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fab38eee2c14aefcd97873061c6d8ec43a4ddf03</id>
    </parent>
  </parents>
  <author>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </author>
  <url>http://github.com/dustin/java-memcached-client/commit/bcb238a48b5491966ecd789281c85afc7abc324e</url>
  <id>bcb238a48b5491966ecd789281c85afc7abc324e</id>
  <committed-date>2007-11-04T16:45:16-08:00</committed-date>
  <authored-date>2007-11-04T16:45:16-08:00</authored-date>
  <message>Increasing cache time so the tests pass when my machine is loaded.</message>
  <tree>9f6800b38474b0264412f18804ed6e612d322936</tree>
  <committer>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </committer>
</commit>
