Tab police

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296516 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-03-02 23:49:35 +00:00
parent af2c669301
commit 314dee1ee3
1 changed files with 3 additions and 3 deletions

View File

@ -299,7 +299,7 @@ public abstract class RandomGeneratorAbstractTest extends RandomDataTest {
}
}
Assert.assertTrue("Walked too far astray: " + walk + "\nNote: This " +
"test will fail randomly about 1 in 100 times.",
"test will fail randomly about 1 in 100 times.",
FastMath.abs(walk) < FastMath.sqrt(N) * 2.576);
}
@ -315,7 +315,7 @@ public abstract class RandomGeneratorAbstractTest extends RandomDataTest {
}
}
Assert.assertTrue("Walked too far astray: " + walk + "\nNote: This " +
"test will fail randomly about 1 in 100 times.",
"test will fail randomly about 1 in 100 times.",
FastMath.abs(walk) < FastMath.sqrt(N) * 2.576);
}
@ -331,7 +331,7 @@ public abstract class RandomGeneratorAbstractTest extends RandomDataTest {
}
}
Assert.assertTrue("Walked too far astray: " + walk + "\nNote: This " +
"test will fail randomly about 1 in 100 times.",
"test will fail randomly about 1 in 100 times.",
FastMath.abs(walk) < FastMath.sqrt(N) * 2.576);
}