6.0: valuestore - Index() --> select=True, fix tests for 6.0
This commit is contained in:
parent
5b8fdd0088
commit
2e9ff5620b
2 changed files with 6 additions and 11 deletions
|
@ -267,10 +267,10 @@ class ValuestoreTestCase(object):
|
|||
# check write of too much digits
|
||||
self.assertRaisesRegex(
|
||||
UserError,
|
||||
r'The number of digits in the value ' +
|
||||
r'"' + r"'12.345'" +
|
||||
r'" for field "Value" in "[Book 1 | 10\.00 usd | ' +
|
||||
r'Open]|balance|12\.35|2" of "Value Store" exceeds ' +
|
||||
r"The number of digits in the value " +
|
||||
r'"Decimal\(' +
|
||||
r"'12\.345'\)" +
|
||||
r'" for field "Value" in "Value Store" exceeds ' +
|
||||
r'the limit of "2".',
|
||||
ValueStore.write,
|
||||
*[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue