tests/pymox/stubout_testee.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 10 Aug 2009 18:57:00 -0700 (2009-08-11)
changeset 2752 fb3bed3eecd8
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Fix copy/paste fail in Survey results view regarding allowed_to_read. allowed_to_read would never be set to True since survey_entity was not defined.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1000
9af147fc1f1c Add pymox to tests folder.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     1
def SampleFunction():
9af147fc1f1c Add pymox to tests folder.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     2
  raise Exception('I should never be called!')