aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Clients/Grid/GridForm.html
diff options
context:
space:
mode:
authorDiva Canto2015-05-10 21:15:22 -0700
committerDiva Canto2015-05-10 21:15:22 -0700
commit811b026ed58f432c3b77d1f710c102f355853c9a (patch)
tree0299ee6febb63f41cec90b5a84bc10ca86698e79 /OpenSim/Tests/Clients/Grid/GridForm.html
parentAdded the beginning of a new test framework for robust connectors and service... (diff)
downloadopensim-SC-811b026ed58f432c3b77d1f710c102f355853c9a.zip
opensim-SC-811b026ed58f432c3b77d1f710c102f355853c9a.tar.gz
opensim-SC-811b026ed58f432c3b77d1f710c102f355853c9a.tar.bz2
opensim-SC-811b026ed58f432c3b77d1f710c102f355853c9a.tar.xz
Deleted OpenSim.Tests.Client.GridClient and PresenceClient, as they have been subsumed by the new testing framework.
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Clients/Grid/GridForm.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/OpenSim/Tests/Clients/Grid/GridForm.html b/OpenSim/Tests/Clients/Grid/GridForm.html
deleted file mode 100644
index 252920f..0000000
--- a/OpenSim/Tests/Clients/Grid/GridForm.html
+++ /dev/null
@@ -1,11 +0,0 @@
1<html>
2
3<form name="input" action="http://127.0.0.1:8002/grid" method="post">
4xmin:<input type="text" name="XMIN" value="0">
5xmax:<input type="text" name="XMAX" value="0">
6ymin:<input type="text" name="YMIN" value="0">
7ymax:<input type="text" name="YMAX" value="0">
8<input type="hidden" name="METHOD" value="get_region_range">
9<input type="submit" value="Submit" />
10</form>
11</html>