~mc-return/compiz/compiz.merge-revert-wrong-commit

« back to all changes in this revision

Viewing changes to compizconfig/tests/compizconfig_ccs_setting_value_operators.cpp

  • Committer: MC Return
  • Date: 2013-03-24 10:28:22 UTC
  • mfrom: (3626.1.9 0.9.9)
  • Revision ID: mc.return@gmx.net-20130324102822-gq53d55mcx69ddd0
MergedĀ latestĀ lp:compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
 
181
181
    for (unsigned int i = 0; i < finalType; ++i)
182
182
    {
183
 
        /* We cannot print list values as there's no guaruntee
 
183
        /* We cannot print list values as there's no guarantee
184
184
         * this is actually a list */
185
185
        if (static_cast <CCSSettingType> (i) == TypeList)
186
186
            os << "A list value" << std::endl;
199
199
 
200
200
    for (unsigned int i = 0; i < finalType; ++i)
201
201
    {
202
 
        /* We cannot print list values as there's no guaruntee
 
202
        /* We cannot print list values as there's no guarantee
203
203
         * this is actually a list */
204
204
        if (static_cast <CCSSettingType> (i) == TypeList)
205
205
            os << "A list value" << std::endl;