~ubuntu-branches/ubuntu/precise/moovida/precise

« back to all changes in this revision

Viewing changes to docs/api/elisa.plugins.http_client.tests.test_http_client.TestMultipleElisaHttpClients.html

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-07-14 14:05:15 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714140515-e8umtzznfvywkeow
Tags: 1.0.5-0ubuntu1
* New upstream release.
* Merge with Debian Experimental, remaining Ubuntu changes:
 - debian/rules: Python 2.6 transition.
  + Don't use site-packages
  + Move DEB_PYTHON_INSTALL_ARGS_ALL after the includes.
* Synchronize with pkg-gstreamer svn:
 - debian/copyright: Completely reworked and updated.
 - debian/rules:
  + Bumped standards version to 3.8.2; no changes required.
  + Added recommends on xdg-user-dirs-gtk and python-xdg so that media in
    standard locations will be located. 
  + Changed build-depend on python-central into python-support.
 - debian/python-moovida.preinst:
  + Added to handle the migration from python-central to python-support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html
2
 
  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
 
  "DTD/xhtml1-strict.dtd">
4
 
<html>
5
 
  <head>
6
 
    <title>API docs for &ldquo;elisa.plugins.http_client.tests.test_http_client.TestMultipleElisaHttpClients&rdquo;</title>
7
 
    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
8
 
    <link href="apidocs.css" type="text/css" rel="stylesheet" />
9
 
    <script src="sorttable.js" type="text/javascript"></script>
10
 
    
11
 
  </head>
12
 
  <body>
13
 
    <h1 class="class">Class e.p.h.t.t.TestMultipleElisaHttpClients(<span title="twisted.trial.unittest.TestCase">TestCase</span>):</h1>
14
 
    <p>
15
 
      <span id="part">Part of <a href="elisa.html">elisa</a>.<a href="elisa.plugins.html">plugins</a>.<a href="elisa.plugins.http_client.html">http_client</a>.<a href="elisa.plugins.http_client.tests.html">tests</a>.<a href="elisa.plugins.http_client.tests.test_http_client.html">test_http_client</a></span>
16
 
      
17
 
      <a href="classIndex.html#elisa.plugins.http_client.tests.test_http_client.TestMultipleElisaHttpClients">View In Hierarchy</a>
18
 
    </p>
19
 
    <div>
20
 
      
21
 
    </div>
22
 
    <div>This test case tests the interaction of two instances of 
23
 
ElisaHttpClient.<table class="fieldTable"></table></div>
24
 
 
25
 
    
26
 
    
27
 
    <div id="splitTables">
28
 
      <table class="children sortable" id="id392">
29
 
  
30
 
  <tr>
31
 
    <th>Line #</th>
32
 
    <th>Kind</th>
33
 
    <th>Name</th>
34
 
    <th>Docs</th>
35
 
  </tr>
36
 
<tr class="method">
37
 
    
38
 
    <td class="lineno">1076</td>
39
 
    <td>Method</td>
40
 
    <td><a href="elisa.plugins.http_client.tests.test_http_client.TestMultipleElisaHttpClients.html#setUpClass">setUpClass</a></td>
41
 
    <td><span class="undocumented">Undocumented</span></td>
42
 
  </tr><tr class="method">
43
 
    
44
 
    <td class="lineno">1082</td>
45
 
    <td>Method</td>
46
 
    <td><a href="elisa.plugins.http_client.tests.test_http_client.TestMultipleElisaHttpClients.html#tearDownClass">tearDownClass</a></td>
47
 
    <td><span class="undocumented">Undocumented</span></td>
48
 
  </tr><tr class="method">
49
 
    
50
 
    <td class="lineno">1087</td>
51
 
    <td>Method</td>
52
 
    <td><a href="elisa.plugins.http_client.tests.test_http_client.TestMultipleElisaHttpClients.html#setUp">setUp</a></td>
53
 
    <td><span class="undocumented">Undocumented</span></td>
54
 
  </tr><tr class="method">
55
 
    
56
 
    <td class="lineno">1093</td>
57
 
    <td>Method</td>
58
 
    <td><a href="elisa.plugins.http_client.tests.test_http_client.TestMultipleElisaHttpClients.html#tearDown">tearDown</a></td>
59
 
    <td><span class="undocumented">Undocumented</span></td>
60
 
  </tr><tr class="method">
61
 
    
62
 
    <td class="lineno">1097</td>
63
 
    <td>Method</td>
64
 
    <td><a href="elisa.plugins.http_client.tests.test_http_client.TestMultipleElisaHttpClients.html#test_two_clients_concurrent_requests">test_two_clients_concurrent_requests</a></td>
65
 
    <td><span>Test two concurrent requests on two clients, and that closing the</span></td>
66
 
  </tr>
67
 
  
68
 
</table>
69
 
      
70
 
      
71
 
    </div>
72
 
    
73
 
    
74
 
    
75
 
 
76
 
    <div class="function">
77
 
  <a name="elisa.plugins.http_client.tests.test_http_client.TestMultipleElisaHttpClients.setUpClass">
78
 
    
79
 
  </a>
80
 
  <a name="setUpClass">
81
 
    
82
 
  </a>
83
 
  <div class="functionHeader">
84
 
    
85
 
    def
86
 
    setUpClass(self):
87
 
    
88
 
  </div>
89
 
  <div class="functionBody">
90
 
    
91
 
    <div class="undocumented">Undocumented</div>
92
 
  </div>
93
 
</div><div class="function">
94
 
  <a name="elisa.plugins.http_client.tests.test_http_client.TestMultipleElisaHttpClients.tearDownClass">
95
 
    
96
 
  </a>
97
 
  <a name="tearDownClass">
98
 
    
99
 
  </a>
100
 
  <div class="functionHeader">
101
 
    
102
 
    def
103
 
    tearDownClass(self):
104
 
    
105
 
  </div>
106
 
  <div class="functionBody">
107
 
    
108
 
    <div class="undocumented">Undocumented</div>
109
 
  </div>
110
 
</div><div class="function">
111
 
  <a name="elisa.plugins.http_client.tests.test_http_client.TestMultipleElisaHttpClients.setUp">
112
 
    
113
 
  </a>
114
 
  <a name="setUp">
115
 
    
116
 
  </a>
117
 
  <div class="functionHeader">
118
 
    
119
 
    def
120
 
    setUp(self):
121
 
    
122
 
  </div>
123
 
  <div class="functionBody">
124
 
    
125
 
    <div class="undocumented">Undocumented</div>
126
 
  </div>
127
 
</div><div class="function">
128
 
  <a name="elisa.plugins.http_client.tests.test_http_client.TestMultipleElisaHttpClients.tearDown">
129
 
    
130
 
  </a>
131
 
  <a name="tearDown">
132
 
    
133
 
  </a>
134
 
  <div class="functionHeader">
135
 
    
136
 
    def
137
 
    tearDown(self):
138
 
    
139
 
  </div>
140
 
  <div class="functionBody">
141
 
    
142
 
    <div class="undocumented">Undocumented</div>
143
 
  </div>
144
 
</div><div class="function">
145
 
  <a name="elisa.plugins.http_client.tests.test_http_client.TestMultipleElisaHttpClients.test_two_clients_concurrent_requests">
146
 
    
147
 
  </a>
148
 
  <a name="test_two_clients_concurrent_requests">
149
 
    
150
 
  </a>
151
 
  <div class="functionHeader">
152
 
    
153
 
    def
154
 
    test_two_clients_concurrent_requests(self):
155
 
    
156
 
  </div>
157
 
  <div class="functionBody">
158
 
    
159
 
    <div>Test two concurrent requests on two clients, and that closing the 
160
 
clients at tearDown time succeeds. The server will close the connection 
161
 
after responding, and this should not prevent the cleanup to be performed 
162
 
correctly.<table class="fieldTable"></table></div>
163
 
  </div>
164
 
</div>
165
 
    <address>
166
 
      <a href="index.html">API Documentation</a> for <a href="http://elisa.fluendo.com">Elisa Media Center</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2009-05-25 19:09:45.
167
 
    </address>
168
 
  </body>
169
 
</html>
 
 
b'\\ No newline at end of file'