des coupures de ligne de hier que j'avais oublié de commiter.

This commit is contained in:
fpeters 2003-06-22 13:16:04 +00:00
parent 701857c492
commit 8fa784c111
2 changed files with 6 additions and 3 deletions

View File

@ -316,7 +316,8 @@ class TestCase02_complexCards(CardsTestCase):
cardsProxy.deleteObject(cardImplemetationId)
## def test04_cardDepth10ImplementationPerformance(self):
## """Test depth 10 implementation performance of card with several properties."""
## """Test depth 10 implementation performance of card with
## several properties."""
## import time
## startTime = time.time()

View File

@ -581,7 +581,8 @@ class TestCase03_emailPassword(PeopleTestCase):
## try:
## if peopleProxy.canEmailPassword('bad object'):
## self.fail('Can email password to an object designed by a bad object ID')
## self.fail('Can email password to an object '\
## 'designed by a bad object ID')
## except AssertionError:
## pass
@ -1416,7 +1417,8 @@ class TestCase03_emailPassword(PeopleTestCase):
## def test05ViciousUserToken(self):
## """Time stamp with a vicious user token."""
## context.setVar('userToken', 'glasnost://localhost/authentication/2m9a7ncacm6a4naa5h4!a25sdf4654')
## context.setVar('userToken',
## 'glasnost://localhost/authentication/2m9a7ncacm6a4naa5h4!a25sdf4654')
## try:
## peopleProxy.setLoginTime()