Show More
@@ -287,7 +287,7 b' class TestView(ClusterTestCase, ParametricTestCase):' | |||
|
287 | 287 | (1, 'hi', 0.), |
|
288 | 288 | (2**30, 'there', 2.5), |
|
289 | 289 | (-99999, 'world', -12345.6789), |
|
290 |
], [('n', int), ('s', |
|
|
290 | ], [('n', int), ('s', '|S10'), ('f', float)]) | |
|
291 | 291 | |
|
292 | 292 | view['RR'] = R |
|
293 | 293 | R2 = view['RR'] |
General Comments 0
You need to be logged in to leave comments.
Login now