~khurshid-alam/indicator-sound/disable-failed-tests

« back to all changes in this revision

Viewing changes to tests/integration/indicator-sound-test-base.cpp

  • Committer: Khurshid Alam
  • Date: 2018-10-04 20:01:19 UTC
  • Revision ID: khurshid.alam@linuxmail.org-20181004200119-noj20m2umkz9sswe
Revert revision 569. And see if it's still compiling for i386

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
            .double_attribute("max-value", 1.0)
423
423
            .double_attribute("step", 0.01)
424
424
            .string_attribute("x-canonical-type", "com.canonical.unity.slider")
425
 
            .themed_icon("max-icon", {"audio-input-microphone-high-panel", "audio-input-microphone-high", "audio-input-microphone", "audio-input", "audio"})
426
 
            .themed_icon("min-icon", {"audio-input-microphone-low-zero-panel", "audio-input-microphone-low-zero", "audio-input-microphone-low", "audio-input-microphone", "audio-input", "audio"})
 
425
            .themed_icon("max-icon", {"audio-input-microphone-high-panel", "audio-input-microphone-high", "audio-input-microphone", "audio-input", "audio", "audio-input-microphone-high-panel-symbolic", "audio-input-microphone-high-symbolic", "audio-input-microphone-symbolic", "audio-input-symbolic", "audio-symbolic"})
 
426
            .themed_icon("min-icon", {"audio-input-microphone-low-zero-panel", "audio-input-microphone-low-zero", "audio-input-microphone-low", "audio-input-microphone", "audio-input", "audio", "audio-input-microphone-low-zero-panel-symbolic", "audio-input-microphone-low-zero-symbolc", "audio-input-microphone-low-symbolic", "audio-input-microphone-symbolic", "audio-input-symbolic", "audio-symbolic"})
427
427
            .pass_through_double_attribute("action", volume);
428
428
}
429
429