Author: chabotc
Date: Thu Nov 20 00:05:41 2008
New Revision: 719192

URL: http://svn.apache.org/viewvc?rev=719192&view=rev
Log:
Moved misc test files to the misc directory, and added the test gadget and 
ok.html files that are hosted on test.chabotc.com/{ok.html,testGadget.xml} to 
svn so people can duplicate / host these tests off line too

Added:
    incubator/shindig/trunk/php/test/misc/
    incubator/shindig/trunk/php/test/misc/ok.html
    incubator/shindig/trunk/php/test/misc/testGadget.xml
    incubator/shindig/trunk/php/test/misc/testRest.php
      - copied unchanged from r719169, 
incubator/shindig/trunk/php/test/testRest.php
Removed:
    incubator/shindig/trunk/php/test/testRest.php

Added: incubator/shindig/trunk/php/test/misc/ok.html
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/misc/ok.html?rev=719192&view=auto
==============================================================================
--- incubator/shindig/trunk/php/test/misc/ok.html (added)
+++ incubator/shindig/trunk/php/test/misc/ok.html Thu Nov 20 00:05:41 2008
@@ -0,0 +1 @@
+OK

Added: incubator/shindig/trunk/php/test/misc/testGadget.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/misc/testGadget.xml?rev=719192&view=auto
==============================================================================
--- incubator/shindig/trunk/php/test/misc/testGadget.xml (added)
+++ incubator/shindig/trunk/php/test/misc/testGadget.xml Thu Nov 20 00:05:41 
2008
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Module>
+<ModulePrefs 
+title="example title"
+author="example author"
+author_email="[EMAIL PROTECTED]"
+description="description"
+directory_title="example directory title"
+screenshot="http://example.org/screenshot.gif";
+thumbnail="http://example.org/thumbnail.gif";
+title_url="http://example.org";
+author_affiliation="example org"
+author_location="example location"
+author_photo="example photo"
+author_aboutme="example about me"
+author_quote="example quote"
+author_link="example link"
+show_stats="true"
+show_in_directory="true"
+width="200"
+height="100"
+category="example category"
+category2="example category2"
+singleton="true"
+render_inline="true"
+scaling="true"
+scrolling="true"
+>
+  <Require feature="opensocial-0.7"/>
+  <Require feature="dynamic-height"/>
+  <Require feature="views"/>
+  <Require feature="tabs"/>
+  <Require feature="flash"/>
+  <Require feature="setprefs"/>
+</ModulePrefs>
+<UserPref name='testpref' display_name='testpref' datatype='enum' 
default_value='test'>
+  <EnumValue value='bar' display_value='foo'/>
+  <EnumValue value='test' display_value='test'/>
+</UserPref>
+<Content type="html" view="profile" prefered_height="400" prefered_width="300" 
quirks="true">content</Content>
+<Content type="html" view="canvas" prefered_height="400" prefered_width="300" 
quirks="true">content</Content>
+<Content type="url" view="external" 
href="http://example.com/foo.html";></Content>
+</Module>


Reply via email to