EduploneExam/tests testProcessResponse.py,1.2,1.3

Jens Klein <[email protected]>
Newsgroups gmane.comp.web.zope.eduplone.cvs
Message-ID <[email protected]>
Update of /cvsroot/eduplone/EduploneExam/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22624/tests

Modified Files:
	testProcessResponse.py 
Log Message:
i


Index: testProcessResponse.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/tests/testProcessResponse.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** testProcessResponse.py	15 Dec 2004 16:07:53 -0000	1.2
--- testProcessResponse.py	15 Dec 2004 20:24:00 -0000	1.3
***************
*** 65,77 ****
                          mut(answervalue['param'][field])
  
!     def buildResponse(self,question):
          req = dummyrequest()
          for question in self.examfolder.objectValues():
              for answer in question.objectValues():
!                 pass
  
      def testProcessResponse(self):
          self.makeQuestionsAnswers()
!         response=self.buildresponse()
          for question in alltestvalues:
              pass
--- 65,78 ----
                          mut(answervalue['param'][field])
  
!     def buildRequest(self,question):
          req = dummyrequest()
          for question in self.examfolder.objectValues():
              for answer in question.objectValues():
!                 key='%s##%s' % (question.UID(), answer.UID())
! 
  
      def testProcessResponse(self):
          self.makeQuestionsAnswers()
!         response=self.buildrequest()
          for question in alltestvalues:
              pass
***************
*** 79,82 ****
--- 80,84 ----
  
  
+ 
  def test_suite():
      from unittest import TestSuite, makeSuite



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.