~thopiekar/zypper/libzypp-manual-import

« back to all changes in this revision

Viewing changes to tests/parser/inifile/iniparser_test.cc

  • Committer: Thomas-Karl Pietrowski
  • Date: 2015-08-15 15:59:50 UTC
  • Revision ID: thopiekar@googlemail.com-20150815155950-j66qn38efmvn289t
syncing with "changes 15.13.0 (11)"  #9a0aca7e3a21d768491b141a8ae86ef0c3fbc227
* https://github.com/openSUSE/libzypp/commit/9a0aca7e3a21d768491b141a8ae86ef0c3fbc227

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  virtual void consume( const std::string &section )
42
42
  {
43
43
    MIL << section << endl;
44
 
    BOOST_CHECK(section == "base" || section == "equal");
 
44
    BOOST_CHECK(section == "base" || section == "equal" || section == "te]st");
45
45
  }
46
46
 
47
47
  virtual void consume( const std::string &section, const std::string &key, const std::string &value )