Fix Released in Unity Unity 7.0.0 "R series".
** Changed in: unity
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1089904
Title:
TestDashController.TestShowAndHideDash fails
Status in Unity:
Fix Released
Status in “unity” package in Ubuntu:
Fix Released
Bug description:
./tests/test-gtest --gtest_filter="TestDashController.TestShowAndHideDash"
Note: Google Test filter = TestDashController.TestShowAndHideDash
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from TestDashController
[ RUN ] TestDashController.TestShowAndHideDash
/home/andy/unity/source/unity/tests/test_dash_controller.cpp:72: Failure
Actual function call count doesn't match EXPECT_CALL(*base_window_,
SetOpacity(Eq(1.0f)))...
Expected: to be called once
Actual: never called - unsatisfied and active
/home/andy/unity/source/unity/tests/test_dash_controller.cpp:80: Failure
Value of: 1.0
Actual: 1
Expected: base_window_->GetOpacity()
Which is: 0
/home/andy/unity/source/unity/tests/test_dash_controller.cpp:85: Failure
Actual function call count doesn't match EXPECT_CALL(*base_window_,
SetOpacity(_))...
Expected: to be called at least once
Actual: never called - unsatisfied and active
/home/andy/unity/source/unity/tests/test_dash_controller.cpp:86: Failure
Actual function call count doesn't match EXPECT_CALL(*base_window_,
SetOpacity(Eq(0.0f)))...
Expected: to be called once
Actual: never called - unsatisfied and active
[ FAILED ] TestDashController.TestShowAndHideDash (2181 ms)
[----------] 1 test from TestDashController (2181 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (2181 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] TestDashController.TestShowAndHideDash
To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1089904/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp