Skip to content

Commit

Permalink
Run test-case on a million random values
Browse files Browse the repository at this point in the history
  • Loading branch information
sangupta committed Jul 28, 2015
1 parent 07ef392 commit 00403cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/java/com/sangupta/jerry/util/TestByteArrayUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ public void testCardinality() {
for(int index = 0; index < 1000 * 1000; index++) {
double rand = Math.random();
long num = (long) (((double) Long.MAX_VALUE) * rand);

num = 2;

ByteArrayUtils.writeLong(bytes, num, 0);

// now test
Expand Down

0 comments on commit 00403cf

Please sign in to comment.