Code review comment for lp:~thumper/unity/fix-881106

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

On 24 November 2011 09:23, Michal Hruby <email address hidden> wrote:
> DeeModel *model = dee_sequence_model_new ();
> dee_model_set_schema (model, "s", NULL);
> dee_model_append (model, NULL);

I think you'll get wild complaints from dee about this, so your tests
should not fail if there's output on stderr. If it's just a matter of
getting dee_model_get_string() to return NULL you can also just do the
first two lines above and then dee_model_get_string(model, NULL, 27);

« Back to merge proposal