[Subversion] / PyProtocols / src / protocols / tests / test_advice.py  

Diff of /PyProtocols/src/protocols/tests/test_advice.py

Parent Directory | Revision Log

version 28, Mon May 26 22:05:05 2003 UTC version 89, Sat Nov 8 00:06:46 2003 UTC
Line 136 
Line 136 
     def checkClassInfo(self):      def checkClassInfo(self):
         kind,module,f_locals,f_globals = self.classLevelFrameInfo          kind,module,f_locals,f_globals = self.classLevelFrameInfo
         assert kind=="class"          assert kind=="class"
         assert f_locals is self.__class__.__dict__  # ???          assert f_locals['classLevelFrameInfo'] is self.classLevelFrameInfo
         for d in module.__dict__, f_globals:          for d in module.__dict__, f_globals:
             assert d is globals()              assert d is globals()
   


Generate output suitable for use with a patch program
Legend:
Removed from v.28  
changed lines
  Added in v.89

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help