sbsv2/raptor/test/unit_suite/mmpparser_unit.py
changeset 625 a1925fb7753a
parent 591 22486c9c7b15
equal deleted inserted replaced
624:f70b728ea30c 625:a1925fb7753a
     1 #
     1 #
     2 # Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of the License "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    81 	def doSourceAssignment(self,s,loc,toks):
    81 	def doSourceAssignment(self,s,loc,toks):
    82 		self.log("Setting "+toks[0]+" to " + str(toks[1]))
    82 		self.log("Setting "+toks[0]+" to " + str(toks[1]))
    83 		for i in toks[1]:
    83 		for i in toks[1]:
    84 			self.log(self.sourcepath + "\\" + i)
    84 			self.log(self.sourcepath + "\\" + i)
    85 		return "OK"
    85 		return "OK"
    86 
    86 	
       
    87 	def doDocumentAssignment(self,s,loc,toks):
       
    88 		self.log("Setting "+toks[0]+" to " + str(toks[1]))
       
    89 		for i in toks[1]:
       
    90 			self.log(self.sourcepath + "\\" + i)
       
    91 		return "OK"
       
    92 	
    87 	def doStartBitmap(self,s,loc,toks):
    93 	def doStartBitmap(self,s,loc,toks):
    88 		self.log("BITMAP Create "+toks[0]+" to " + str(toks[1]))
    94 		self.log("BITMAP Create "+toks[0]+" to " + str(toks[1]))
    89 		return "OK" 
    95 		return "OK" 
    90 		
    96 		
    91 	def doBitmapAssignment(self,s,loc,toks):
    97 	def doBitmapAssignment(self,s,loc,toks):