/[projects]/dao/DaoAdresseService/src/test/AdressUtilsTest.java
ViewVC logotype

Diff of /dao/DaoAdresseService/src/test/AdressUtilsTest.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2275 by torben, Fri Feb 13 07:36:49 2015 UTC revision 2276 by torben, Fri Feb 13 13:48:09 2015 UTC
# Line 213  public class AdressUtilsTest { Line 213  public class AdressUtilsTest {
213          }          }
214                    
215                    
216                    // //////////////////////////////////////////////////////////////////////////////////
217            @Test
218            public void testBKInjection() {
219                    String injected =  AddressUtils.injectIntoBk("1/2/3/4", ".");
220                    assertEquals("1/2/3/.4", injected);
221                    
222                    injected =  AddressUtils.injectIntoBk("abc/def/ghi/jkl", "...");
223                    assertEquals("abc/def/ghi/...jkl", injected);
224            }
225  }  }

Legend:
Removed from v.2275  
changed lines
  Added in v.2276

  ViewVC Help
Powered by ViewVC 1.1.20