From 9caca33ac6c79918eace7808762bd6543996577a Mon Sep 17 00:00:00 2001 From: Evgeny Goldin Date: Wed, 21 Mar 2012 15:12:00 +0100 Subject: [PATCH] testFilterIntoLinkedList test uncommented; Maven dependencies update --- libraries/stdlib/test/CollectionTest.kt | 2 -- libraries/website/pom.xml | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/libraries/stdlib/test/CollectionTest.kt b/libraries/stdlib/test/CollectionTest.kt index 7e67ed888f9..d4a48566a14 100644 --- a/libraries/stdlib/test/CollectionTest.kt +++ b/libraries/stdlib/test/CollectionTest.kt @@ -66,7 +66,6 @@ class CollectionTest() : TestCase() { assertEquals(arrayList("foo"), foo) } - /* fun testFilterIntoLinkedList() { // TODO would be nice to avoid the val foo = data.filterTo(linkedList()){it.startsWith("f")} @@ -81,7 +80,6 @@ class CollectionTest() : TestCase() { foo is LinkedList } } - */ fun testFilterIntoSet() { // TODO would be nice to avoid the diff --git a/libraries/website/pom.xml b/libraries/website/pom.xml index 2c833685ea9..47f951cfda4 100644 --- a/libraries/website/pom.xml +++ b/libraries/website/pom.xml @@ -51,17 +51,17 @@ org.apache.maven.scm maven-scm-provider-gitexe - 1.3 + 1.6 org.apache.maven.scm maven-scm-manager-plexus - 1.3 + 1.6 - org.kathrynhuxtable.maven.wagon + com.github.stephenc.wagon wagon-gitsite - 0.3.1 + 0.4.1