On Fri, 2010-01-22 at 01:26 +0000, Bommaraju, Rajyalakshmi wrote: > Hi , > > I am trying to run unit tests by copying meeting event data into a file > called ical20 and placing this in /tmp/test folder. I set following env > variables, also verified that they are in env. > > CLIENT_TEST_SERVER=scheduleworld1 > CLIENT_TEST_SOURCES = ical20 > - CLIENT_TEST_EVOLUTION_PREFIX=file:///tmp/test > > , when I run the test as, client-test > Client::Sync::ical20::testConversion, Test fails and produced a log > which I attached here,
No log attached. > My understanding of log is that it failed due to being all the > sources (calendar , memos etc) inactive. That's not an error, only an INFO message. When testing Client::Sync::ical20, only the "ical20" source will be active. > I tried to set the calendar active by > > syncevolution -c scheduleworld1 calendar and then tried the above > "client-test" command, but keep getting the same error result. "client-test" controls "evolutionsource" and "sync" directly, you don't need (and can't) change that in advance via "syncevolution". I'm not sure what the error message is, but it will most likely be a CPPUnit assertion. Use the source, Luke, eh, Raji. The source is in test/ClientTest.cpp and will tell you more about what failed. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
