~mhr3/libunity/remote-scope-sources

« back to all changes in this revision

Viewing changes to test/vala/Makefile.integration_tests

  • Committer: Tarmac
  • Author(s): Michal Hruby
  • Date: 2011-12-06 11:55:52 UTC
  • mfrom: (92.2.8 libunity)
  • Revision ID: tarmac-20111206115552-6bxqw8z5xqiplpy6
Removes redundant models and further breaks the API - models are no longer public properties of Scope, you need to use results_model in LensSearch. This will allow us more easily to switch local scopes to use models other than Dee.SharedModel.. Fixes: . Appoved by Mikkel Kamstrup Erlandsen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#########################################
24
24
test-lens-scope-interactions: test-lens test-remote-scope Makefile.am Makefile.integration_tests
25
25
        @echo "#!/bin/sh" > $@
26
 
        @echo $(DBUS_RUNNER) --task ./test-lens -p --with-remote-scope --task-name Lens --ignore-return --task ./test-remote-scope --task-name Scope >> $@
 
26
        @echo $(DBUS_RUNNER) --task ./test-lens -p --with-remote-scope --task-name Lens --task ./test-remote-scope --task-name Scope >> $@
27
27
        @chmod +x $@
28
28
 
29
29
#########################################