summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-02-15 11:53:40 -0600
committerJesse Luehrs <doy@tozt.net>2013-02-15 11:53:40 -0600
commitd365b7e335534a2161ce429220f1bc98e973c83b (patch)
tree3a9f0c0c1e9fe545f2a3f14d2f81a00899ac0808 /src/test
parentac2fbb56010e3d82512f815e1cd38a20b8f79dc3 (diff)
downloadscala-path-router-d365b7e335534a2161ce429220f1bc98e973c83b.tar.gz
scala-path-router-d365b7e335534a2161ce429220f1bc98e973c83b.zip
no reason routes themselves should be public
Diffstat (limited to 'src/test')
-rw-r--r--src/test/scala/basic.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/scala/basic.scala b/src/test/scala/basic.scala
index 686a313..71aa370 100644
--- a/src/test/scala/basic.scala
+++ b/src/test/scala/basic.scala
@@ -65,12 +65,6 @@ class Basic extends FunSuite {
assert(m.target === true)
}
- test ("routes are created in the correct order") {
- assert(router.routes(0).path === "blog")
- assert(router.routes(2).path === "blog/:action/:id")
- assert(router.routes(3).path === "test/?:x/?:y")
- }
-
test ("routes match properly") {
testRoute(
router, "blog", Map(