I am getting following errors when I am tried DJango 1.8 test cases against 
DB2 .What can be the cause for this ?.
Can someone comment on this please .

======================================================================
FAIL: test_decimal_numbers (utils_tests.test_numberformat.TestNumberFormat)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"C:\Users\IBM_ADMIN\PythonWorkspace\DJangoTestCases\src\DJangoTestCases\tests\utils_tests\test_numberformat.py",
 
line 56, in test_decimal_numbers
    self.assertEqual(nformat(Decimal('1234'), '.', grouping=2, 
thousand_sep=','), '1234')
AssertionError: '12,34' != '1234'

======================================================================
FAIL: test_format_number (utils_tests.test_numberformat.TestNumberFormat)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"C:\Users\IBM_ADMIN\PythonWorkspace\DJangoTestCases\src\DJangoTestCases\tests\utils_tests\test_numberformat.py",
 
line 14, in test_format_number
    self.assertEqual(nformat(1234, '.', grouping=2, 
thousand_sep=','),'1234')
AssertionError: u'12,34' != '1234'

======================================================================
FAIL: test_format_string (utils_tests.test_numberformat.TestNumberFormat)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"C:\Users\IBM_ADMIN\PythonWorkspace\DJangoTestCases\src\DJangoTestCases\tests\utils_tests\test_numberformat.py",
 
line 23, in test_format_string
    self.assertEqual(nformat('1234', '.', grouping=2, 
thousand_sep=','),'1234')
AssertionError: u'12,34' != '1234'

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2225b084-548d-4642-84af-afff4d3eab24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to