http://bugs.meego.com/show_bug.cgi?id=5753
--- Comment #2 from yongsheng <[email protected]> 2010-08-24 23:27:59 PDT --- > I suspect that Congwu broke this end of last year when adding some code for > testing virtual sources: > > client-test-app.cpp: > /* Local Test SyncSource : remove all virtual datastores, inserting > the > * sub datastores*/ > ClientTest::Config conf; > BOOST_FOREACH (string source, sources) { > getSourceConfig (source, conf); > if (conf.subConfigs) { > vector<string> subs; > boost::split (subs, conf.subConfigs, boost::is_any_of(",")); > BOOST_FOREACH (string sub, subs) { > m_localSource2Config.push_back (sub); > } > } else { > m_localSource2Config.push_back (source); > } > } > > I do not fully understand what he is doing here. Perhaps that patch simply > needs to be reverted. the purpose here is to replace 'calendar+todo' with 'ical20' and 'itodo20' and add them into local sources. but it's necessary to do duplicate checking. the code is on branch mbc5753. please review and merge it. -- Configure bugmail: http://bugs.meego.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
