~akiban-technologies/akiban-persistit/3.2.2

« back to all changes in this revision

Viewing changes to src/test/java/com/persistit/Bug915594Test.java

  • Committer: build-akiban
  • Date: 2012-11-26 17:24:26 UTC
  • mfrom: (395.1.2 optimize-value-get-2)
  • Revision ID: build@akiban.com-20121126172426-zir6y21v41t9fugs
merge pbeaman: Add previously omitted call from directPut to preparePut.

https://code.launchpad.net/~pbeaman/akiban-persistit/optimize-value-get-2/+merge/136061

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
import static org.junit.Assert.assertTrue;
19
19
 
20
 
import java.util.Properties;
21
 
 
22
20
import org.junit.Test;
23
21
 
24
22
/**