i have a problem with the testsuite export. i setup a test to demonstrate you the problem.
step1)
first i created 2 different testsuite structures in the testspecifications
testsuite1 (no keyword)
+ sub1 (no keyword)
tl-1: testcase1 (keyword: keyword1)
--
testsuite2 (no keyword)
+ sub2 (no keyword)
tl-2: testcase2 (keyword: keyword2)
step2)
i've done an export of all testsuite ( file all_testsuites.xml )
step3)
i created a new testsuite called 'export-import-test' (no keyword)
step4)
i've done in import of 'all_testsuites.xml' to 'export-import-test'
step5)
now every testsuite in the complete structure has keyword 'keyword1' and 'keyword2' ??? only the testcases have the correct keyword.
export-import-test (keyword keyword1, keyword2) <--- should not conain any keyword
+ testsuite1 (keyword keyword1, keyword2) <--- should not conain any keyword
+ sub1 (keyword keyword1, keyword2) <--- should not conain any keyword
tl-1: testcase1 (keyword: keyword1) <--- keyword correct OK
--
+ testsuite2 (keyword keyword1, keyword2) <--- should not conain any keyword
+ sub2 (keyword keyword1, keyword2) <--- should not conain any keyword
tl-2: testcase2 (keyword: keyword2) <--- keyword correct OK
it would be great to get an solution for this problem, THANK YOU !

best regards
datfonze