blob: 5a32df7c76790d30a32814de56c722ff8ae61065 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Test that the items of a labels list can be accessed individually.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS labels.item(1).id is "l11"
PASS labels.item(1).id is "l12"
PASS labels.item(1).id is "l13"
PASS labels.item(1).id is "l14"
PASS successfullyParsed is true
TEST COMPLETE
|