Skip to content

Commit

Permalink
Updated TestUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Garcia committed May 10, 2015
1 parent 9a9f256 commit ede8d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/comcast/oscar/examples/NetSNMPBinToTextToText.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class NetSNMPBinToTextToText {
public static void main(String[] args) {

ConfigurationFileExport cfe =
new ConfigurationFileExport (TestDirectoryStructure.fInputDirFileName("DOCSIS-GOLDEN.txt.bin"),
new ConfigurationFileExport (TestDirectoryStructure.fInputDirFileName("bsod.cm"),
ConfigurationFileExport.DOCSIS_VER_31);

System.out.println(cfe.toPrettyPrint(ConfigurationFileExport.EXPORT_FOUND_TLV));
Expand Down

0 comments on commit ede8d76

Please sign in to comment.