diff options
author | Chris Goldthorpe | 2009-10-16 00:07:36 +0000 |
---|---|---|
committer | Chris Goldthorpe | 2009-10-16 00:07:36 +0000 |
commit | 6bd3d79c4b4fd6dcdbed80d72e34d15a5e068455 (patch) | |
tree | a33547876d5209fad1ae496bb1897a1544ea0363 /org.eclipse.ua.tests/nl | |
parent | d3b17af4f015f845c1fa0354d87c61f37d0f6b2c (diff) | |
download | eclipse.platform.ua-6bd3d79c4b4fd6dcdbed80d72e34d15a5e068455.tar.gz eclipse.platform.ua-6bd3d79c4b4fd6dcdbed80d72e34d15a5e068455.tar.xz eclipse.platform.ua-6bd3d79c4b4fd6dcdbed80d72e34d15a5e068455.zip |
Add tests for remote context servlet
Diffstat (limited to 'org.eclipse.ua.tests/nl')
-rw-r--r-- | org.eclipse.ua.tests/nl/de/data/cheatsheet/contexts.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/nl/de/data/cheatsheet/contexts.xml b/org.eclipse.ua.tests/nl/de/data/cheatsheet/contexts.xml new file mode 100644 index 000000000..c90592f32 --- /dev/null +++ b/org.eclipse.ua.tests/nl/de/data/cheatsheet/contexts.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?NLS TYPE="org.eclipse.help.contexts"?>
<!-- + Copyright (c) 2009 IBM Corporation and others. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/legal/epl-v10.html + + Contributors: + IBM Corporation - initial API and implementation + --> + +<contexts> + <!-- Actions --> + <context id="test_cheatsheets"> + <description>Infopop test <b>successful</b>! The "contextId" was specified correctly in the cheat sheets content file.</description> + <topic label="German Context" href="/org.eclipse.platform.doc.user/concepts/concepts-2.htm"/> + </context> +</contexts> |