Index: trunk/phpwiki/testsuite/wikitest.prefs |
— | — | @@ -1,7 +1,12 @@ |
2 | 2 | <?xml version="1.0" encoding="UTF-8"?> |
3 | | - |
4 | 3 | <!DOCTYPE preferences SYSTEM 'http://java.sun.com/dtd/preferences.dtd'> |
5 | 4 | |
| 5 | +<!-- |
| 6 | + The preferences here should be set with the same values |
| 7 | + found in the LocalSettings.php file in the installation |
| 8 | + to be tested. |
| 9 | +--> |
| 10 | + |
6 | 11 | <preferences EXTERNAL_XML_VERSION="1.0"> |
7 | 12 | <root type="user"> |
8 | 13 | <map /> |
— | — | @@ -11,10 +16,11 @@ |
12 | 17 | <map /> |
13 | 18 | <node name="wikitest"> |
14 | 19 | <map> |
15 | | - <entry key="mainpage" value="Main Page" /> |
16 | 20 | <entry key="script" value="/newwiki/wiki.phtml" /> |
17 | 21 | <entry key="server" value="http://www.piclab.com" /> |
| 22 | + <entry key="articlepath" value="" /> |
18 | 23 | <entry key="uploadpath" value="http://images.piclab.com/upload/" /> |
| 24 | + <entry key="mainpage" value="Main Page" /> |
19 | 25 | </map> |
20 | 26 | </node> |
21 | 27 | </node> |