[jsword-svn] biblemapper/java/test/org/crosswire/biblemapper/model s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sun Nov 28 14:34:32 MST 2004


Update of /cvs/jsword/biblemapper/java/test/org/crosswire/biblemapper/model
In directory www.crosswire.org:/tmp/cvs-serv11007/java/test/org/crosswire/biblemapper/model

Modified Files:
	AntiGravityRuleTest.java 
Log Message:
intellij refactor - not critical

Index: AntiGravityRuleTest.java
===================================================================
RCS file: /cvs/jsword/biblemapper/java/test/org/crosswire/biblemapper/model/AntiGravityRuleTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AntiGravityRuleTest.java	20 Apr 2004 21:10:37 -0000	1.1
--- AntiGravityRuleTest.java	28 Nov 2004 21:34:30 -0000	1.2
***************
*** 43,48 ****
      }
  
!     public void testAddDistanceToTotals() throws Exception
!     {
          float[] totals = new float[] { 0.0F, 0.0F };
          float[] that = null;
--- 43,47 ----
      }
  
!     public void testAddDistanceToTotals() {
          float[] totals = new float[] { 0.0F, 0.0F };
          float[] that = null;
***************
*** 82,87 ****
      }
  
!     public void testGetNewDist() throws Exception
!     {
          //*
          for (float i=-1f; i<1f; i=i+0.01f)
--- 81,85 ----
      }
  
!     public void testGetNewDist() {
          //*
          for (float i=-1f; i<1f; i=i+0.01f)



More information about the jsword-svn mailing list