[Httpunit-commit] SF.net SVN: httpunit:[1100] trunk/httpunit/src/test/java/com/meterware/ httpunit
Brought to you by:
russgold
|
From: <wol...@us...> - 2012-09-20 05:52:00
|
Revision: 1100
http://httpunit.svn.sourceforge.net/httpunit/?rev=1100&view=rev
Author: wolfgang_fahl
Date: 2012-09-20 05:51:54 +0000 (Thu, 20 Sep 2012)
Log Message:
-----------
make sure auxiliary class TestWindowProxy is not executed as Test Case by Junit
as pointed out by Kai Moritz
Modified Paths:
--------------
trunk/httpunit/src/test/java/com/meterware/httpunit/dom/TestWindowProxy.java
Modified: trunk/httpunit/src/test/java/com/meterware/httpunit/dom/TestWindowProxy.java
===================================================================
--- trunk/httpunit/src/test/java/com/meterware/httpunit/dom/TestWindowProxy.java 2012-09-13 10:30:38 UTC (rev 1099)
+++ trunk/httpunit/src/test/java/com/meterware/httpunit/dom/TestWindowProxy.java 2012-09-20 05:51:54 UTC (rev 1100)
@@ -2,7 +2,7 @@
/********************************************************************************************************************
* $Id$
*
- * Copyright (c) 2007, Russell Gold
+ * Copyright (c) 2007-2012, Russell Gold
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation
@@ -20,6 +20,7 @@
*
*******************************************************************************************************************/
import org.junit.Assert;
+import org.junit.Ignore;
import java.util.Stack;
import java.net.URL;
@@ -32,6 +33,7 @@
/**
* @author <a href="mailto:rus...@ht...">Russell Gold</a>
*/
+@Ignore
class TestWindowProxy implements DomWindowProxy {
private static Stack _proxyCalls = new Stack();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|