-
Notifications
You must be signed in to change notification settings - Fork 97
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
FLUID-5936: fix bug in fluid.textToSpeech.checkTTSSupport, rewrite tests to use IoC testing #732
Merged
Merged
Changes from 6 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
f3de9d5
Merge pull request #6 from fluid-project/master
waharnum 8a0255f
FLUID-5936: use correct API event handler for end of speech
waharnum a66947d
FLUID-5936: add a comment about the tests currently being skipped in …
waharnum e85d86a
FLUID-5936: rewrite tests to use the IoC framework
waharnum 2dba2cf
FLUID-5936: restructure tests to better handle variations in asynchro…
waharnum 03f3dd1
FLUID-5936: linting
waharnum 8be2d97
FLUID-5936: potential fix for test failures on Windows
waharnum 15b6cf6
FLUID-5936: continuing the quest for a sequencing approach that will …
waharnum a92d6ed
FLUID-5936: issue pause/resume commands in test with slight delay
waharnum 9143c35
FLUID-5936: set volume to 0
waharnum 53099b7
FLUID-5936: linting
waharnum d6077c5
FLUID-5936: 50ms timeout for control interaction
waharnum d05ac06
FLUID-5936: move asynchronous command issuance into main component fr…
waharnum 3f162b6
FLUID-5936: reset volume to 0
waharnum 5ca02a8
FLUID-5936: use an asyncTest wrapper around the promise to prevent th…
waharnum 13ba66a
FLUID-5936: add a comment about setTimeout of asyncTest wrapper
waharnum 5b08b2a
FLUID-5936: fix comment line length
waharnum 12d3b15
FLUID-5936: simplify asynctest structure
waharnum 5f6809e
FLUID-5936: extract generalized wrapper for choosing which test to ex…
waharnum fca22cd
Merge pull request #7 from fluid-project/master
waharnum 49bd622
FLUID-5936: use 'task' naming convention.
waharnum d4e918e
FLUID-5936: comment further on the promise-based test execution
waharnum ad41acf
FLUID-5936: use task naming convention properly.
waharnum 6f8f445
FLUID-5936: queueing implementation, async wrapper for all speech com…
waharnum 09caf85
FLUID-5936: refactoring
waharnum 5a73622
FLUID-5936: further refactoring
waharnum 5129f87
FLUID-5936: more refactoring, more aggressive testing
waharnum e35df8e
FLUID-5936: updated comment.
waharnum 1e5af4d
FLUID-5936: refactoring
waharnum 7db392b
FLUID-5936: store the currentUtterance on a member of the component t…
waharnum 2accf4f
FLUID-5936: reduce volume of test to 0
waharnum 543b95d
Merge pull request #8 from fluid-project/master
waharnum 71f116b
Merge branch 'master' into FLUID-5936
waharnum df09711
NOJIRA: add keyword-spacing rule to linter, correct two files for tha…
waharnum 98a0330
Merge branch 'keyword-spacing' into FLUID-5936
waharnum 00bedf1
FLUID-5936: lintin
waharnum e9cd164
FLUID-5936: comment in accidental comment out.
waharnum 71bc4ec
FLUID-5936: place currentUtterance in queue structure with texts.
waharnum 5b2c2da
FLUID-5936: add some tests for the currentUtterance implementation.
waharnum 75f3de3
FLUID-5936: remove onpause/onresume events
waharnum f4d3152
FLUID-5936: modelizing
waharnum e9e6069
FLUID-5936: implement throttle-based control
waharnum 265f3fe
FLUID-5936: remove unneeded function.
waharnum 839f735
FLUID-5936: store utterance as part of queue array.
waharnum fe384eb
FLUID-5936: refactor queue implementation to clear queue item on hand…
waharnum File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stray comment