component tests pass
Make component tests pass with no registration (no usage of storage) darcs-hash:20051228120704-86b55-aa921f4d888e64d1dcbeef9874dfd2d1a6bf6ce0.gz
This commit is contained in:
@@ -71,14 +71,14 @@ class DummyServer:
|
||||
else:
|
||||
response = self.responses[idx]
|
||||
if response is not None:
|
||||
print >>sys.stderr, 'Sending : ', response
|
||||
# print >>sys.stderr, 'Sending : ', response
|
||||
conn.send(response)
|
||||
data = rfile.readline()
|
||||
if not data:
|
||||
break
|
||||
else:
|
||||
self.real_queries.append(data)
|
||||
print >>sys.stderr, 'Receive : ', data
|
||||
# print >>sys.stderr, 'Receive : ', data
|
||||
conn.close()
|
||||
|
||||
def verify_queries(self):
|
||||
|
||||
Reference in New Issue
Block a user