Skip to content

Commit

Permalink
remove: test_scan_root()测试
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Dec 1, 2015
1 parent b02860f commit 7d33b31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/org/nutz/resource/ScansTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ public void test_path_in_jar() {
assertTrue(list.size() > 10);
}

@Test
public void test_scan_root() {
Scans.me().scan("", ".+\\.xml");
}
// @Test
// public void test_scan_root() {
// Scans.me().scan("", ".+\\.xml");
// }

@Test
public void test_resource_jar() throws MalformedURLException {
Expand Down

0 comments on commit 7d33b31

Please sign in to comment.