You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.assertIn('There is 1 player with warnings: 0 unlicensed, 0 transfer overdue, 1 accessed > 8 hours ago. 1 player checked. Filter: --box-state', stdout)
33
+
self.assertIn("There is 1 player with warnings: 0 unlicensed, 0 transfer overdue, 1 accessed ' 8 hours ago. 1 player checked. Filter: --box-state", stdout)
34
34
self.assertIn('Box ID ! License Type ! Name ! Box State ! Lic ! Transfer ! Last Access', stdout)
35
35
self.assertIn('GP111-111 ! Player ! Grassfish Player 111 ! Activated ! True ! Complete ! 2020-03-09 14:07:53', stdout)
self.assertIn('There is 1 player with warnings: 0 unlicensed, 0 transfer overdue, 1 accessed > 8 hours ago. 1 player checked. Filter: --box-state', stdout)
41
+
self.assertIn("There is 1 player with warnings: 0 unlicensed, 0 transfer overdue, 1 accessed ' 8 hours ago. 1 player checked. Filter: --box-state", stdout)
42
42
self.assertIn('Box ID ! License Type ! Name ! Box State ! Lic ! Transfer ! Last Access', stdout)
self.assertIn('There is 1 player with warnings: 0 unlicensed, 1 transfer overdue, 1 accessed > 8 hours ago. 1 player checked. Filter: --box-state', stdout)
49
+
self.assertIn("There is 1 player with warnings: 0 unlicensed, 1 transfer overdue, 1 accessed ' 8 hours ago. 1 player checked. Filter: --box-state", stdout)
50
50
self.assertIn('Box ID ! License Type ! Name ! Box State ! Lic ! Transfer ! Last Access', stdout)
self.assertIn('There is 1 player with warnings: 0 unlicensed, 0 transfer overdue, 1 accessed > 8 hours ago. 1 player checked. Filter: --box-state', stdout)
57
+
self.assertIn("There is 1 player with warnings: 0 unlicensed, 0 transfer overdue, 1 accessed ' 8 hours ago. 1 player checked. Filter: --box-state", stdout)
58
58
self.assertIn('Box ID ! License Type ! Name ! Box State ! Lic ! Transfer ! Last Access', stdout)
self.assertIn('There is 1 player with warnings: 1 unlicensed, 0 transfer overdue, 1 accessed > 8 hours ago. 1 player checked. Filter: --box-state', stdout)
65
+
self.assertIn("There is 1 player with warnings: 1 unlicensed, 0 transfer overdue, 1 accessed ' 8 hours ago. 1 player checked. Filter: --box-state", stdout)
66
66
self.assertIn('Box ID ! License Type ! Name ! Box State ! Lic ! Transfer ! Last Access', stdout)
self.assertIn('There is 1 player with warnings: 1 unlicensed, 1 transfer overdue, 1 accessed > 8 hours ago. 1 player checked. Filter: --box-state', stdout)
79
+
self.assertIn("There is 1 player with warnings: 1 unlicensed, 1 transfer overdue, 1 accessed ' 8 hours ago. 1 player checked. Filter: --box-state", stdout)
80
80
self.assertIn('Box ID ! License Type ! Name ! Box State ! Lic ! Transfer ! Last Access', stdout)
0 commit comments