You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/10/05 09:32:31 UTC

[1/2] git commit: DELTASPIKE-266 remove obsolete comments

Updated Branches:
  refs/heads/master 5f575881a -> 1ce6024ca


DELTASPIKE-266 remove obsolete comments


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/1ce6024c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/1ce6024c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/1ce6024c

Branch: refs/heads/master
Commit: 1ce6024ca013dfa5af574640a16732cf0b8f3459
Parents: cd49345
Author: Mark Struberg <st...@apache.org>
Authored: Fri Oct 5 09:32:11 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Fri Oct 5 09:32:11 2012 +0200

----------------------------------------------------------------------
 .../jsf/impl/scope/view/ViewScopedContextTest.java |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/1ce6024c/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/view/ViewScopedContextTest.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/view/ViewScopedContextTest.java b/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/view/ViewScopedContextTest.java
index 11caa26..e00fa89 100644
--- a/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/view/ViewScopedContextTest.java
+++ b/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/view/ViewScopedContextTest.java
@@ -24,9 +24,6 @@ import java.net.URL;
 import org.apache.deltaspike.test.jsf.impl.scope.view.beans.BackingBean;
 import org.apache.deltaspike.test.jsf.impl.util.ArchiveUtils;
 import org.apache.deltaspike.test.category.WebProfileCategory;
-//X import org.jboss.arquillian.ajocado.framework.GrapheneSelenium;
-//X import org.jboss.arquillian.ajocado.locator.IdLocator;
-//X import org.jboss.arquillian.ajocado.Graphene;
 import org.jboss.arquillian.container.test.api.Deployment;
 import org.jboss.arquillian.container.test.api.RunAsClient;
 import org.jboss.arquillian.drone.api.annotation.Drone;
@@ -46,8 +43,6 @@ import org.openqa.selenium.WebDriver;
 import org.openqa.selenium.WebElement;
 import org.openqa.selenium.support.ui.ExpectedConditions;
 
-//X import static org.jboss.arquillian.ajocado.Graphene.id;
-//X import static org.jboss.arquillian.ajocado.Graphene.waitModel;
 
 /**
  * Test for the DeltaSpike ViewScoped context