Changeset 30116
- Timestamp:
- 02/12/08 23:25:59 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.ecm.core/trunk/nuxeo-core-api/src/test/java/org/nuxeo/ecm/core/api/impl/blob/TestBlob.java
r30114 r30116 165 165 public void testStringBlob() throws Exception { 166 166 // Use random string for this test. 167 StringBu ffer buff = new StringBuffer();167 StringBuilder buff = new StringBuilder(); 168 168 Random rand = new Random(); 169 169 for (int i = 0; i < 1000000; i++) {
