Hi

I'm writing a test unit using Qt's QtTest library. My test case requires
three strings (database host, username and password) that they should be
passed in command line.

Documentation says data is passed to test unit in the following syntax:

    testname [options] [testfunctions[:testdata]]...

How can I pass more that one `testdata' to a test function? I've tried
something like:

    testname testfunctions:data1:data2:data3
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to