Slava Semushin
|
e5c0383594
|
Strip redundant std::string usage from tests.
Done by command:
git grep -l ASSERT_EQUALS | xargs sed -i 's|ASSERT_EQUALS(std::string(\(".\+"\)),|ASSERT_EQUALS(\1,|'
Should be no functional change.
|
2009-06-01 02:50:25 +07:00 |
Reijo Tomperi
|
58eda6e978
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
http://apps.sourceforge.net/trac/cppcheck/ticket/325
|
2009-05-30 08:48:12 +03:00 |
Daniel Marjamäki
|
7803466079
|
testing mathlib: Test that conversion to numbers work
|
2009-05-02 11:12:49 +02:00 |
Daniel Marjamäki
|
7cddc52d8f
|
mathlib: Fixed todo 3/2=1
|
2009-04-16 22:06:17 +02:00 |
Daniel Marjamäki
|
9a086c118f
|
math lib: 3/2 should result in 1
|
2009-04-12 18:45:42 +02:00 |
Daniel Marjamäki
|
97f5380a2c
|
added testing for mathlib
|
2009-04-06 19:08:13 +02:00 |