ruper2/src/test/core/org/krysalis/ruper/protocols ProtocolOperationsManagerTests.java,1.1,1.2

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/ruper2/src/test/core/org/krysalis/ruper/protocols
In directory sc8-pr-cvs1:/tmp/cvs-serv19607/src/test/core/org/krysalis/ruper/protocols

Modified Files:
	ProtocolOperationsManagerTests.java 
Log Message:
Started a mock repository, for unit testing.

Index: ProtocolOperationsManagerTests.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/test/core/org/krysalis/ruper/protocols/ProtocolOperationsManagerTests.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ProtocolOperationsManagerTests.java	24 Sep 2003 16:37:59 -0000	1.1
--- ProtocolOperationsManagerTests.java	25 Sep 2003 23:05:45 -0000	1.2
***************
*** 13,17 ****
  import org.krysalis.ruper.util.select.AllSelector;
  import org.krysalis.version.util.SystemUtils;
- import org.krysalis.version.util.debug.DebugUtils;
  
  /**
--- 13,16 ----
***************
*** 42,46 ****
  		assertNotNull("Has HTTP Provider", m_pom.determineProviderFor(m_http));
  		assertNotNull("Has File Provider", m_pom.determineProviderFor(m_file));
! 		DebugUtils.dump(m_pom);
  	}
  
--- 41,45 ----
  		assertNotNull("Has HTTP Provider", m_pom.determineProviderFor(m_http));
  		assertNotNull("Has File Provider", m_pom.determineProviderFor(m_file));
! 		//DebugUtils.dump(m_pom);
  	}
  
***************
*** 50,54 ****
  
  	public void testList2() throws Exception {
! 		DebugUtils.dump(m_pom.performList(m_file, AllSelector.getInstance()));
  	}
  
--- 49,54 ----
  
  	public void testList2() throws Exception {
! 		assertNotNull("Perform List", m_pom.performList(m_file, AllSelector.getInstance()));
! 		//DebugUtils.dump();
  	}
  




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.