summaryrefslogtreecommitdiff
path: root/bin/acceptance.sh
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-27 20:10:02 -0700
committermo khan <mo@mokhan.ca>2014-02-27 20:10:02 -0700
commite6159f4fb3bc96cb75e690aeee31717455122c8e (patch)
tree1130061d573f8ecd2c8dc46729b30130ff2dea34 /bin/acceptance.sh
parenta2e770f65591434b66afcedbc1b5fe3680a9b5d4 (diff)
remove comments.
Diffstat (limited to 'bin/acceptance.sh')
-rwxr-xr-xbin/acceptance.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/acceptance.sh b/bin/acceptance.sh
index c5bf358..3a147a5 100755
--- a/bin/acceptance.sh
+++ b/bin/acceptance.sh
@@ -19,24 +19,12 @@ function connect()
echo
}
-# GET /licenses - list of all well licenses
-connect $TARGET_HOST
connect $TARGET_HOST/v1/licenses
-
-# GET /licenses/:guid - details of a single license
connect $TARGET_HOST/v1/licenses/$PUBLIC_ACTIVE_LICENSE
connect $TARGET_HOST/v1/licenses/$CONFIDENTIAL_ACTIVE_LICENSE
-
-#* GET /companies/:guid/licenses - list of all active licences for company
connect $TARGET_HOST/v1/companies/$COMPANY_ABC/licenses
-
-#* GET /companies/:guid/licenses?township=:township - list of active licenses for township, for company.
connect $TARGET_HOST/v1/companies/$COMPANY_XYZ/licenses?township=2
-
-#* GET /companies/:guid/licenses?township=:township&status=expired - list of active licenses for township, for company.
connect $TARGET_HOST/v1/companies/$COMPANY_ABC/licenses?status=expired&township=1
-
-#* GET /companies/:guid/licenses?status=confidential - list of confidential licenses for company.
connect $TARGET_HOST/v1/companies/$COMPANY_XYZ/licenses?status=confidential
sleep 1