This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="map_equality_test"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
This test validates that for lossless image formats the resulting image | |
RGBA data does not depend on the format and therefore the maps are |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="simple_map_get"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
Simple map retrieval test that does nothing more than retrieve the | |
various formats and maptypes available for a specific map location. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<function name="get_maps"> | |
<param name="center" type="required"/> | |
<param name="key" type="required"/> | |
<param name="format" default="png"/> | |
<param name="maptype" default="roadmap"/> | |
<param name="size" default="128x128"/> | |
<param name="zoom" default="12"/> | |
<http_get uri="${static.maps.url}?center=${sf-ll}&zoom=12&size=${size}&key=${static.maps.key}&format=${format}&maptype=${maptype}"/> | |
</function> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="similar_term_search"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
A similar term search test that will try to look up a few similar terms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="try_catch_finally"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
</description> | |
</info> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="component_usage"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
</description> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="lockcomponent_example"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
</description> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
agent.type=secondary |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
agent.type=primary |