(CommandLineOptions) Ensure DALi takes out any handled options. 74/17774/8
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 10 Mar 2014 15:07:55 +0000 (15:07 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 12 Mar 2014 15:15:40 +0000 (15:15 +0000)
commit145c38f53f5ccb4c4e1a728c461feba2f8e5a32b
tree0b473c61111fff75a30f1c8359fd934729aa58be
parent403225a56b4c3b6b1aa1df90e33add9f63a020c4
(CommandLineOptions) Ensure DALi takes out any handled options.

[Problem]  DALi leaves options that it has handled in the command line arguments.
[Cause]    N/A
[Solution] Take the options that are handled by DALi out.

Change-Id: I8766b67bf9a578da9dc6fc6678fc13bdf25a975c
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
12 files changed:
adaptors/tizen/internal/application-impl.cpp
adaptors/tizen/internal/command-line-options.cpp
adaptors/tizen/internal/command-line-options.h
adaptors/tizen/public-api/adaptor-framework/application.h
automated-tests/dali-internal-test-suite/command-line-options/.gitignore [new file with mode: 0644]
automated-tests/dali-internal-test-suite/command-line-options/Makefile [new symlink]
automated-tests/dali-internal-test-suite/command-line-options/file.list [new file with mode: 0644]
automated-tests/dali-internal-test-suite/command-line-options/tslist [new file with mode: 0644]
automated-tests/dali-internal-test-suite/command-line-options/utc-Dali-CommandLineOptions.cpp [new file with mode: 0644]
automated-tests/dali-internal-test-suite/master-makefile.mk
automated-tests/tet_scen
build/tizen/Makefile.am