- 15 Aug, 2011 17 commits
-
-
Naoki Kambe authored
consideration for buffer overflow - use std::vector<char> instead of char[] - use strncmp() instead of strcmp() - shorten length of char array for the buffer (not directly related to buffer overflow) add more unittests for some wrong type formats into both c++ and python codes (unittests for the previous change git e9620e0d9dd3d967bcfb99562f13848c70538a44) - date-time-type format not ending with "Z" - date-type format ending with "T" - time-type format ending with "Z"
-
Naoki Kambe authored
-
Naoki Kambe authored
module_spec, but actually just copy such methods from the original module_spec into the mock.
-
Naoki Kambe authored
remove format_type undefined in module_spec.py from stats-schema.spec
-
Jelte Jansen authored
-
Naoki Kambe authored
not in the "if" branch as pointed out in the reviewing.
-
Naoki Kambe authored
add unit tests of the methods using some dummy spec files with the dummy data of statistics specification - getStatisticsSpec() - validateStatistics() - validateStatistics() - check_format() add include of boost_foreach update the year of copyright
-
Naoki Kambe authored
add some methods for statistics specification - getStatisticsSpec() - validateStatistics() - validateStatistics() update the year of copyright
-
Naoki Kambe authored
addition and modification as a variant of the statistics part of module_spec.py - add check_format which checks whether the given element is a valid statistics specification - modify check_data_specification to add check of statistics specification - add getStatisticsSpec() which returns statistics specification - add two of validateStatistics which check whether specified data is valid for statistics specification - modify validateItem to add check of item_format in specification update the year of copyright
-
Naoki Kambe authored
-
Naoki Kambe authored
- validate_format - check_format - validate_format
-
Naoki Kambe authored
It checks data types and data format of statistics specification
-
Naoki Kambe authored
it pushes contents in statistics category of each spec file.
-
Naoki Kambe authored
-
Naoki Kambe authored
and modify message string to be compared with in EXPECT_EQ
-
Naoki Kambe authored
-
Naoki Kambe authored
[trac928] add statistics category and statistics items into some spec files (bob.spec, auth.spec, stats.spec)
-
- 13 Aug, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 12 Aug, 2011 10 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
Jelte Jansen authored
This patch from yesterday either disappear or never made it, anyway, recommiting jinmei's code (reviewed on jabber by, er, me)
-
Jelte Jansen authored
-
Jelte Jansen authored
And update the added code to conform to the new API names Conflicts: src/lib/datasrc/tests/sqlite3_accessor_unittest.cc
-
Michal 'vorner' Vaner authored
There was SQLITE_STATIC for a string that will disappear. This actually caused a test failure sometimes (for example with MALLOC_CHECK_=2). (Review on jabber)
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 11 Aug, 2011 11 commits
-
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Some "Conn" variables were left out and forgotten in previous renames, fixing what could be found.
-