From 6e7cf6f5852da5f24f845b1559e30a17f25d9fa3 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Tue, 28 Feb 2006 18:44:15 +0000 Subject: [PATCH] re-enable getGarbage test --- bindings/java/src/net/hyperic/sigar/test/TestNetIf.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bindings/java/src/net/hyperic/sigar/test/TestNetIf.java b/bindings/java/src/net/hyperic/sigar/test/TestNetIf.java index c1b7fc9c..39dd82b1 100644 --- a/bindings/java/src/net/hyperic/sigar/test/TestNetIf.java +++ b/bindings/java/src/net/hyperic/sigar/test/TestNetIf.java @@ -80,9 +80,6 @@ public class TestNetIf extends SigarTestCase { traceln("Default IP=" + sigar.getNetInterfaceConfig().getAddress()); - //XXX somehow manage to trigger a segfault using the - //1.4.1_02-b06 jdk on linux, no problem with 1.4.2_02-b03 - //also having random trouble on x86 solaris. cannot see why. - //getGarbage(sigar); + getGarbage(sigar); } }