changeset 11805:7eb3794f072a release-3-0-x

fix typo in randp test
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 19 Aug 2008 14:49:13 +0000
parents 7a92d9b3e7d0
children c4f1001bcf71
files src/ChangeLog src/DLD-FUNCTIONS/rand.cc
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-19  Jaroslav Hajek  <highegg@m61s04>
+
+	* DLD-FUNCTIONS/rand.cc (Frandp): Fix typo in a test.
+
 2008-08-12  John W. Eaton  <jwe@octave.org>
 
 	* ov-struct.cc (octave_struct::subsref): Don't allow resizing for
--- a/src/DLD-FUNCTIONS/rand.cc
+++ b/src/DLD-FUNCTIONS/rand.cc
@@ -950,7 +950,7 @@
 %!test
 %! % Test fixed state
 %! randp("seed",1);
-%! assert(randp(1e9,1,6),[1000006208 1000012224 999981120 999963520 999963072 999981440]],1e-6))
+%! assert(randp(1e9,1,6),[1000006208 1000012224 999981120 999963520 999963072 999981440],1e-6))
 %!test
 %! if (__random_statistical_tests__)
 %!   % statistical tests may fail occasionally.