Update OpenViduTestAppE2eTest.java

pull/73/head
Pablo Fuente Pérez 2018-05-21 11:34:42 +02:00 committed by GitHub
parent 18b6530085
commit f86ec05e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ public class OpenViduTestAppE2eTest {
user.getEventManager().waitUntilEventReaches("recordingStopped", 1);
String recordingsPath = System.getProperty("user.home") + "/openvidu/recordings/";
String recordingsPath = "/opt/openvidu/recordings/";
File file1 = new File(recordingsPath + sessionName + ".mp4");
File file2 = new File(recordingsPath + ".recording." + sessionName);
File file3 = new File(recordingsPath + sessionName + ".info");