issues Search Results · repo:abedra/orchard language:Java
Filter by
4 results
(52 ms)4 results
inabedra/orchard (press backspace or delete to remove)abedra
- Opened on Oct 12, 2015
- #6
abedra
- Opened on Oct 12, 2015
- #5
@Test
public void testIPv4InBlock() throws OrchardException {
assertEquals(true, CIDR.valueOf( 1.1.1.0/1 ).contains( 0.0.0.0 ));
assertEquals(true, CIDR.valueOf( 1.1.1.0/1 ).contains( ...
roboxue
- 1
- Opened on Oct 6, 2015
- #2
@Test
public void testUPv4InDefaultRoute() throws OrchardException {
assertEquals(true, CIDR.valueOf( 0.0.0.0/0 ).contains( 1.42.1.42 ));
}
This test fails currently.
roboxue
- 1
- Opened on Oct 6, 2015
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.