From 755e697c2ba60010ea0fde875047a98c4f759513 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 16 Feb 2010 15:27:18 -0600 Subject: Better name --- tests/keyfile-well-formed.desktop | 20 -------------------- tests/test-well-formed.desktop | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 tests/keyfile-well-formed.desktop create mode 100644 tests/test-well-formed.desktop diff --git a/tests/keyfile-well-formed.desktop b/tests/keyfile-well-formed.desktop deleted file mode 100644 index fc906a3..0000000 --- a/tests/keyfile-well-formed.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Name=My Application -Exec=ls -NotShowIn=Germany -X-Ayatana-Desktop-Shortcuts=bob;alvin;jim - -[bob Shortcut Group] -Name=Bob's shortcut -Exec=ls bob - -[alvin Shortcut Group] -Name=Alivin's shortcut -Exec=ls alvin -OnlyShowIn=France - -[jim Shortcut Group] -Name=Jim's shortcut -Exec=ls jim -NotShowIn=France - diff --git a/tests/test-well-formed.desktop b/tests/test-well-formed.desktop new file mode 100644 index 0000000..fc906a3 --- /dev/null +++ b/tests/test-well-formed.desktop @@ -0,0 +1,20 @@ +[Desktop Entry] +Name=My Application +Exec=ls +NotShowIn=Germany +X-Ayatana-Desktop-Shortcuts=bob;alvin;jim + +[bob Shortcut Group] +Name=Bob's shortcut +Exec=ls bob + +[alvin Shortcut Group] +Name=Alivin's shortcut +Exec=ls alvin +OnlyShowIn=France + +[jim Shortcut Group] +Name=Jim's shortcut +Exec=ls jim +NotShowIn=France + -- cgit v1.2.3