remove unused properties map
This commit is contained in:
parent
013142eb93
commit
36bd793822
|
@ -30,7 +30,7 @@ public class TestPdh extends SigarTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void getValue(String key) throws Exception {
|
private void getValue(String key) throws Exception {
|
||||||
Pdh pdh = new Pdh(System.getProperties());
|
Pdh pdh = new Pdh();
|
||||||
|
|
||||||
assertGtEqZeroTrace("raw..." + key,
|
assertGtEqZeroTrace("raw..." + key,
|
||||||
(long)pdh.getRawValue(key));
|
(long)pdh.getRawValue(key));
|
||||||
|
|
Loading…
Reference in New Issue