projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8a65f9
)
Change number of test values back to 30: over that runs into date problems, and we...
author
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 23 Jun 2014 14:22:04 +0000
(10:22 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 23 Jun 2014 14:22:04 +0000
(10:22 -0400)
t/BucardoTesting.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/BucardoTesting.pm
b/t/BucardoTesting.pm
index fc53a7ddae22143b67157153fc700c3a41b8520d..9a95e7d273af95cf752192665a8528fa526bae61 100644
(file)
--- a/
t/BucardoTesting.pm
+++ b/
t/BucardoTesting.pm
@@
-264,7
+264,7
@@
for my $file (qw/bucardo Bucardo.pm/) {
## Prepare some test values for easy use
## The secondary names are for other databases, e.g. MySQL
our %val;
-for (1..
4
0) {
+for (1..
3
0) {
$val{SMALLINT}{$_} = $_;
$val{INT}{$_} = 1234567+$_;
$val{BIGINT}{$_} = 7777777777 + $_;