~unity-team/dee/annotations

« back to all changes in this revision

Viewing changes to tests/model-helper-clone3rows.c

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2011-02-10 09:14:26 UTC
  • mfrom: (229.2.2 dee)
  • Revision ID: mikkel.kamstrup@gmail.com-20110210091426-3radj3xa8nzn8ygn
WARNING: DBus wireformat for DeeSharedModel has been changed

Merge Florian's branch lp:~fboucault/dee/schema_passing re'instating the feature from the dee-0.4 series that models could pick up the schema from the initial transaction, not being required to set it manually

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  g_thread_init (NULL);
37
37
 
38
38
  model = dee_shared_model_new (argv[1]);
39
 
  dee_model_set_schema (model, "i", "s", NULL);
40
39
  
41
40
  if (gtx_wait_for_signal (G_OBJECT (model), 100000, "notify::synchronized", NULL))
42
41
    g_error ("Helper model timed out waiting for 'ready' signal");