[Saga-devel] saga SVN commit 3410: /trunk/test/cpp/misc_tests/
jpabecasis at cct.lsu.edu
jpabecasis at cct.lsu.edu
Sat Jan 31 15:22:58 CST 2009
User: jpabecasis
Date: 2009/01/31 03:22 PM
Modified:
/trunk/test/cpp/misc_tests/
ini_parser.cpp
Log:
Keep it simple
File Changes:
Directory: /trunk/test/cpp/misc_tests/
======================================
File [modified]: ini_parser.cpp
Delta lines: +2 -2
===================================================================
--- trunk/test/cpp/misc_tests/ini_parser.cpp 2009-01-31 21:19:59 UTC (rev 3409)
+++ trunk/test/cpp/misc_tests/ini_parser.cpp 2009-01-31 21:22:15 UTC (rev 3410)
@@ -17,9 +17,9 @@
#include <string>
-int main(int /*argc*/, char const ** argv)
+int main()
{
- saga::ini::section conf(argv[0] + std::string(".ini"));
+ saga::ini::section conf("ini_parser.ini");
// Identifying sections and nested sections.
BOOST_ASSERT(conf.has_section("section"));
More information about the saga-devel
mailing list