TT#71950 Fix typos

Change-Id: I653ed87111bffaa22106c2e6c2f4eccc48e6201b
changes/69/36169/1
Guillem Jover 5 years ago
parent 86968a7e02
commit b753171299

4
debian/changelog vendored

@ -226,7 +226,7 @@ ngcp-rate-o-mat (5.4.0.0+0~mr5.4.0.0) unstable; urgency=medium
[ Rene Krenn ]
* [7cb755c] TT#8162 add source/destination_user_out cols for cdr duplication
* [87e0759] TT#15652 disable populating accouting.*_data
* [87e0759] TT#15652 disable populating accounting.*_data
[ Sipwise Jenkins Builder ]
@ -620,7 +620,7 @@ ngcp-rate-o-mat (0.3.0) unstable; urgency=low
ngcp-rate-o-mat (0.2.0-1) unstable; urgency=low
* ignoring customer/reseller/provider if no billing_profile is found
* added some debuging messages for cdr splitting
* added some debugging messages for cdr splitting
* fixed rating duration initialization
* fixed some warnings on uninitialized values and unfinished sth's
* fixed some frag_* column names

@ -988,7 +988,7 @@ sub lock_contracts {
# guaranteed. this final lock statement must avoid joins, otherwise
# all rows of joined tables can get locked, since innodb poorly
# locks rows by touching an index value. to prepare the lock
# statement, we need to determine the 4 contract ids sperately
# statement, we need to determine the 4 contract ids saparately
# before:
my %provider_cids = ();
# caller "provider" contract:
@ -2009,7 +2009,7 @@ sub get_unrated_cdrs {
check_shutdown() and return 0;
}
# the while above may have been interupted because there is no
# the while above may have been interrupted because there is no
# data left, or because there was an error. To decide what
# happened, we have to query $sth->err()
FATAL "Error fetching unrated cdr's: ". $sth->errstr

@ -14,7 +14,7 @@ use Test::More;
### onnet calls of callers with profile + billing
### network billing mappings
###
### this tests verify that rates are correctly choosen
### this tests verify that rates are correctly chosen
### depending on the caller (source) ip.
local $ENV{RATEOMAT_WRITE_CDR_RELATION_DATA} = 1;

@ -14,7 +14,7 @@ use Utils::Rateomat qw();
use Test::More;
### testcase outline:
### test to check if cdr ids generated by concurent bulk
### test to check if cdr ids generated by concurrent bulk
### inserts form a consecutive sequence each
my $init_secs = 60;
@ -225,4 +225,4 @@ sub create_provider {
offpeak_follow_interval => $follow_secs,
}]},
);
}
}

Loading…
Cancel
Save