Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests for media player fail with AttributeError #772

Open
GoogleCodeExporter opened this issue Apr 6, 2015 · 0 comments
Open

Tests for media player fail with AttributeError #772

GoogleCodeExporter opened this issue Apr 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

The tests for media.PLAYER* report the following failures:

INFO Begin unit tests for media.PLAYER_QUEUE_PLAY                               

513 ERROR Error in media.PLAYER_QUEUE_PLAY                                      

514 ERROR Traceback (most recent call last):                                    

515   File "../tests/media/PLAYER_QUEUE_PLAY.py", line 24, in test_method       

516     player.dispatch_events()                                                

517 AttributeError: 'Player' object has no attribute 'dispatch_events'          

518                                                                             

519 INFO 1 tests run                                                            

520 INFO --- test (122/141) media.PLAYER_PLAY_QUEUE                             

521 INFO Begin unit tests for media.PLAYER_PLAY_QUEUE                           

522 ERROR Error in media.PLAYER_PLAY_QUEUE                                      

523 ERROR Traceback (most recent call last):                                    

524   File "../tests/media/PLAYER_PLAY_QUEUE.py", line 24, in test_method       

525     player.dispatch_events()                                                

526 AttributeError: 'Player' object has no attribute 'dispatch_events'          

527                                                                             

528 INFO 1 tests run                                                            

529 INFO --- test (123/141) media.PLAYER_PAUSE                                  

530 INFO Begin unit tests for media.PLAYER_PAUSE                                

531 ERROR Error in media.PLAYER_PAUSE                                           

532 ERROR Traceback (most recent call last):                                    

533   File "../tests/media/PLAYER_PAUSE.py", line 34, in test_method            

534     player.dispatch_events()                                                

535 AttributeError: 'Player' object has no attribute 'dispatch_events'          

536                                                                             

537 INFO 1 tests run                                                            

538 INFO --- test (124/141) media.PLAYER_PAUSE_QUEUE                            

539 INFO Begin unit tests for media.PLAYER_PAUSE_QUEUE                          

540 ERROR Error in media.PLAYER_PAUSE_QUEUE                                     

541 ERROR Traceback (most recent call last):                                    

542   File "../tests/media/PLAYER_PAUSE_QUEUE.py", line 24, in test_method      

543     player.dispatch_events()                                                

544 AttributeError: 'Player' object has no attribute 'dispatch_events'          

545                                                                             

546 INFO 1 tests run                                                            

547 INFO --- test (125/141) media.PLAYER_EOS_NEXT                               

548 INFO Begin unit tests for media.PLAYER_EOS_NEXT                             

549 ERROR Error in media.PLAYER_EOS_NEXT                                        

550 ERROR Traceback (most recent call last):                                    

551   File "../tests/media/PLAYER_EOS_NEXT.py", line 26, in test_method         

552     player.dispatch_events()                                                

553 AttributeError: 'Player' object has no attribute 'dispatch_events'          

554                                                                             

555 INFO 1 tests run                                                            

556 INFO --- test (126/141) media.PLAYER_STATIC_STATIC                          

557 INFO Begin unit tests for media.PLAYER_STATIC_STATIC                        

558 ERROR Error in media.PLAYER_STATIC_STATIC                                   

559 ERROR Traceback (most recent call last):                                    

560   File "../tests/media/PLAYER_STATIC_STATIC.py", line 26, in test_method    

561     player.dispatch_events()                                                

562 AttributeError: 'Player' object has no attribute 'dispatch_events'          


Tested on Ubuntu 14.04 with KDE using Pyglet 1.2rc1

Original issue reported on code.google.com by [email protected] on 25 Jan 2015 at 4:16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant