Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r778 committed - Fix for NDT issue 66

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r778 committed - Fix for NDT issue 66


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r778 committed - Fix for NDT issue 66
  • Date: Wed, 08 Aug 2012 20:32:46 +0000

Revision: 778
Author:

Date: Wed Aug 8 13:32:32 2012
Log: Fix for NDT issue 66
http://code.google.com/p/ndt/source/detail?r=778

Modified:
/trunk/Applet/NDTConstants.java
/trunk/configure.ac
/trunk/src/Makefile.am

=======================================
--- /trunk/Applet/NDTConstants.java Wed May 2 12:52:39 2012
+++ /trunk/Applet/NDTConstants.java Wed Aug 8 13:32:32 2012
@@ -23,7 +23,7 @@
* TODO for a later release: Version could be moved to some
"configurable"
* or "property" area instead of being in code that needs compilation.
*/
- public static final String VERSION = "3.6.5";
+ public static final String VERSION = "3.6.5.1";

public static final String NDT_TITLE_STR = "TCP/Web100 Network Diagnostic Tool v";

@@ -112,7 +112,7 @@

// seconds->mS,
public static final int KILO_BITS = 1024;// Used in kilobits->bits

// conversions
- public static final int EIGHT = 8; // Used in octal number, conversions from
+ public static final double EIGHT = 8.0; // Used in octal number, conversions from

// Bytes-> bits etc

// Section: Duplex mismatch conditions
=======================================
--- /trunk/configure.ac Wed May 2 12:52:39 2012
+++ /trunk/configure.ac Wed Aug 8 13:32:32 2012
@@ -29,7 +29,7 @@
# Process this file with autoconf to produce a configure script.
#
# AC_PREREQ(2.57)
-AC_INIT([NDT],[3.6.5],[])
+AC_INIT([NDT],[3.6.5.1],[])
AC_CONFIG_AUX_DIR(config)
# AM_INIT_AUTOMAKE(NDT, v1.0, [no-define])
AM_INIT_AUTOMAKE
=======================================
--- /trunk/src/Makefile.am Mon Apr 30 13:46:39 2012
+++ /trunk/src/Makefile.am Wed Aug 8 13:32:32 2012
@@ -87,4 +87,6 @@
$(I2UTILLIBMAKE)

EXTRA_DIST = clt_tests.h logging.h mrange.h network.h protocol.h testoptions.h test_sfw.h test_meta.h \
- troute.h tr-tree.h usage.h utils.h varinfo.h web100-admin.h web100srv.h ndt_odbc.h runningtest.h ndtptestconstants.h
+ troute.h tr-tree.h usage.h utils.h varinfo.h web100-admin.h web100srv.h ndt_odbc.h runningtest.h ndtptestconstants.h \
+ heuristics.h strlutils.h test_results_clt.h tests_srv.h
+


  • [ndt-dev] [ndt] r778 committed - Fix for NDT issue 66, ndt, 08/08/2012

Archive powered by MHonArc 2.6.16.

Top of Page