~compiz-team/compiz/compiz.fix_1041535

« back to all changes in this revision

Viewing changes to compizconfig/gsettings/tests/test_gsettings_conformance.cpp

  • Committer: Tarmac
  • Author(s): Sam Spilsbury
  • Date: 2012-09-10 02:57:47 UTC
  • mfrom: (3354.1.1 compiz)
  • Revision ID: tarmac-20120910025747-uykqy567tqaj09mq
Revert r3353 as it was unreviewed and somehow got merged. Fixes: . Approved by Daniel van Vugt, jenkins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
using ::testing::Pointee;
20
20
using ::testing::ReturnNull;
21
21
 
22
 
namespace cci = compiz::config::impl;
23
 
 
24
22
CCSIntegration *
25
23
ccsMockIntegrationBackendNew (CCSObjectAllocationInterface *ai);
26
24
 
304
302
        {
305
303
            GVariant *variant = NULL;
306
304
 
307
 
            const cci::CCSSettingValueListWrapper::Ptr &lw (boost::get <cci::CCSSettingValueListWrapper::Ptr> (value));
 
305
            const CCSListWrapper::Ptr &lw (boost::get <CCSListWrapper::Ptr> (value));
308
306
 
309
307
            if (writeListValue (*lw, lw->type (), &variant))
310
308
                writeVariantToKey (mSettings, CharacterWrapper (translateKeyForGSettings (key.c_str ())), variant);