tests: Change seek test output to match test harness timing.

We are not interested in testing the timing of buffer loads (since that will vary based on hardware), we just need to know that we got a buffer load event.

Furthermore all our seeks are in-buffer so multiple buffer full events shouldn't happen in Ruffle.
This commit is contained in:
David Wendt 2023-09-30 11:31:37 -04:00 committed by kmeisthax
parent 759aa1e469
commit 81740d09f7
2 changed files with 4 additions and 7 deletions

View File

@ -2,6 +2,10 @@ onStatus update
level: status level: status
code: NetStream.Play.Start code: NetStream.Play.Start
onStatus update
level: status
code: NetStream.Buffer.Full
netStatusOnMetaData netStatusOnMetaData
//ns.seek(0.5); //ns.seek(0.5);
onStatus update onStatus update
@ -19,7 +23,3 @@ undefined
onStatus update onStatus update
level: status level: status
code: NetStream.Seek.Notify code: NetStream.Seek.Notify
onStatus update
level: status
code: NetStream.Buffer.Full

View File

@ -47,6 +47,3 @@ netStatus
description: Seek Complete -1 description: Seek Complete -1
level: status level: status
code: NetStream.Seek.Complete code: NetStream.Seek.Complete
netStatus
code: NetStream.Buffer.Full
level: status