diff -r f70b728ea30c -r a1925fb7753a sbsv2/raptor/test/unit_suite/mmpparser_unit.py --- a/sbsv2/raptor/test/unit_suite/mmpparser_unit.py Wed Jul 28 13:20:46 2010 +0100 +++ b/sbsv2/raptor/test/unit_suite/mmpparser_unit.py Thu Aug 12 09:00:16 2010 +0100 @@ -1,5 +1,5 @@ # -# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of the License "Eclipse Public License v1.0" @@ -83,7 +83,13 @@ for i in toks[1]: self.log(self.sourcepath + "\\" + i) return "OK" - + + def doDocumentAssignment(self,s,loc,toks): + self.log("Setting "+toks[0]+" to " + str(toks[1])) + for i in toks[1]: + self.log(self.sourcepath + "\\" + i) + return "OK" + def doStartBitmap(self,s,loc,toks): self.log("BITMAP Create "+toks[0]+" to " + str(toks[1])) return "OK"