~unity-team/dee/annotations

« back to all changes in this revision

Viewing changes to tests/model-helper-clear3rows.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:
43
43
  g_thread_init (NULL);
44
44
 
45
45
  model = dee_shared_model_new (argv[1]);
46
 
  dee_model_set_schema (model, "i", "s", NULL);
47
46
  
48
47
  if (gtx_wait_for_signal (G_OBJECT (model), 100000, "notify::synchronized", NULL))
49
48
    g_error ("Helper model timed out waiting for 'ready' signal");