#Oliver Graf spotted illegal side-effects on params from Xml.Xslt import test_harness sheet_1 = """\ """ source_1 = """\ 11 12 13 14 15 """ expected_1 = """\ 11 this,root,test 12 this,root,test 13 this,root,test 14 this,root,test 15 this,root,test 11 this,root,rerun 12 this,root,rerun 13 this,root,rerun 14 this,root,rerun 15 this,root,rerun """ def Test(tester): source = test_harness.FileInfo(string=source_1) sheet = test_harness.FileInfo(string=sheet_1) test_harness.XsltTest(tester, source, [sheet], expected_1) return