This is an automated email from the ASF dual-hosted git repository.
sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.
from e8503e1 Merge pull request #65 from
apache/feature/openmeetings-2278-start-recording-twice-in-one-session
add 2671fa6 OPENMEETINGS-2299 Add unit test for recording when sharing
wasn't enabled initially
add 7dd0153 OPENMEETINGS-2299 Remove commented out code
add d91441b OPENMEETINGS-2299 Add test part to also simulate and verify
stoping of a recording. When sharing wasn't running.
add ffbd251 OPENMEETINGS-2298 Add and resolve review comments
new ec97fd7 Merge pull request #68 from
apache/feature/OPENMEETINGS-2299-add-unit-tests-for-recording-feature
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/openmeetings/core/remote/KRoom.java | 10 +-
.../openmeetings/core/remote/StreamProcessor.java | 34 +++-
.../core/remote/TestRecordingFlowMocked.java | 219 +++++++++++++++++++++
.../core/remote/TestRoomFlowMocked.java | 13 +-
4 files changed, 264 insertions(+), 12 deletions(-)
create mode 100644
openmeetings-core/src/test/java/org/apache/openmeetings/core/remote/TestRecordingFlowMocked.java