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