Update libjingle to CL 53398036.
Review URL: https://webrtc-codereview.appspot.com/2323004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4872 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include "talk/base/gunit.h"
|
||||
#include "talk/base/linuxwindowpicker.h"
|
||||
#include "talk/base/logging.h"
|
||||
#include "talk/base/testutils.h"
|
||||
#include "talk/base/windowpicker.h"
|
||||
|
||||
#ifndef LINUX
|
||||
@@ -37,6 +38,7 @@
|
||||
namespace talk_base {
|
||||
|
||||
TEST(LinuxWindowPickerTest, TestGetWindowList) {
|
||||
MAYBE_SKIP_SCREENCAST_TEST();
|
||||
LinuxWindowPicker window_picker;
|
||||
WindowDescriptionList descriptions;
|
||||
window_picker.Init();
|
||||
@@ -44,6 +46,7 @@ TEST(LinuxWindowPickerTest, TestGetWindowList) {
|
||||
}
|
||||
|
||||
TEST(LinuxWindowPickerTest, TestGetDesktopList) {
|
||||
MAYBE_SKIP_SCREENCAST_TEST();
|
||||
LinuxWindowPicker window_picker;
|
||||
DesktopDescriptionList descriptions;
|
||||
EXPECT_TRUE(window_picker.Init());
|
||||
|
Reference in New Issue
Block a user