You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by bb...@apache.org on 2011/06/29 22:16:14 UTC

svn commit: r1141230 - /incubator/clerezza/trunk/parent/platform.security.foafssl/test/src/main/scala/org/apache/clerezza/foafssl/test/WebIDTester.scala

Author: bblfish
Date: Wed Jun 29 20:16:14 2011
New Revision: 1141230

URL: http://svn.apache.org/viewvc?rev=1141230&view=rev
Log:
CLEREZZA-510 related improvement to make this work better with IDEA.

Modified:
    incubator/clerezza/trunk/parent/platform.security.foafssl/test/src/main/scala/org/apache/clerezza/foafssl/test/WebIDTester.scala

Modified: incubator/clerezza/trunk/parent/platform.security.foafssl/test/src/main/scala/org/apache/clerezza/foafssl/test/WebIDTester.scala
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.security.foafssl/test/src/main/scala/org/apache/clerezza/foafssl/test/WebIDTester.scala?rev=1141230&r1=1141229&r2=1141230&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.security.foafssl/test/src/main/scala/org/apache/clerezza/foafssl/test/WebIDTester.scala (original)
+++ incubator/clerezza/trunk/parent/platform.security.foafssl/test/src/main/scala/org/apache/clerezza/foafssl/test/WebIDTester.scala Wed Jun 29 20:16:14 2011
@@ -34,7 +34,6 @@ import org.apache.clerezza.foafssl.ontol
 import org.apache.clerezza.foafssl.auth.{WebIDClaim, Verification, WebIdPrincipal, X509Claim}
 import java.util.Date
 import org.apache.clerezza.rdf.scala.utils.Preamble.{toRichGraphNode,toFirstElement}
-import org.apache.clerezza.rdf.scala.utils.{CollectedIter, EasyGraphNode, EasyGraph, RichGraphNode}
 import serializedform.Serializer
 import java.io.ByteArrayOutputStream
 import org.apache.clerezza.rdf.scala.utils.EasyGraph._
@@ -43,6 +42,7 @@ import collection.mutable.{Queue, Linked
 import javax.security.auth.Subject
 import collection.JavaConversions._
 import org.apache.clerezza.platform.users.WebIdGraphsService
+import org.apache.clerezza.rdf.scala.utils._
 
 
 /**
@@ -122,7 +122,7 @@ class WebIDTester {
 class CertTester(subj: Subject, webIdGraphsService: WebIdGraphsService) extends Assertor {
 
 	import EARL.{passed, failed, cantTell, untested, inapplicable}
-
+	import EzStyleChoice.unicode
 
 	val creds: scala.collection.mutable.Set[X509Claim] = subj.getPublicCredentials(classOf[X509Claim]);
 	val now = new Date()