/hg/gfx-test: Updated comments in ReporterConfiguration.
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Tue Apr 7 10:06:39 UTC 2015
changeset 84c8c0025a70 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=84c8c0025a70
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Tue Apr 07 12:08:50 2015 +0200
Updated comments in ReporterConfiguration.
diffstat:
ChangeLog | 5 +++++
src/org/gfxtest/reporter/ReporterConfiguration.java | 8 +++++---
2 files changed, 10 insertions(+), 3 deletions(-)
diffs (50 lines):
diff -r 7dbc6f959afe -r 84c8c0025a70 ChangeLog
--- a/ChangeLog Tue Apr 07 11:27:31 2015 +0200
+++ b/ChangeLog Tue Apr 07 12:08:50 2015 +0200
@@ -1,5 +1,10 @@
2015-04-07 Pavel Tisnovsky <ptisnovs at redhat.com>
+ * src/org/gfxtest/reporter/ReporterConfiguration.java:
+ Updated comments in ReporterConfiguration.
+
+2015-04-06 Pavel Tisnovsky <ptisnovs at redhat.com>
+
* src/org/gfxtest/testsuites/BitBltUsingBgColor.java:
10 new tests added into BitBltUsingBgColor.
diff -r 7dbc6f959afe -r 84c8c0025a70 src/org/gfxtest/reporter/ReporterConfiguration.java
--- a/src/org/gfxtest/reporter/ReporterConfiguration.java Tue Apr 07 11:27:31 2015 +0200
+++ b/src/org/gfxtest/reporter/ReporterConfiguration.java Tue Apr 07 12:08:50 2015 +0200
@@ -1,7 +1,7 @@
/*
Java gfx-test framework
- Copyright (C) 2010, 2011, 2012 Red Hat
+ Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Red Hat
This file is part of IcedTea.
@@ -50,7 +50,8 @@
/**
- * Instance of this class contain configuration for graphics tests reporter.
+ * Instance of this class contain configuration set for graphics tests reporter.
+ * All configuration parameters could be changed via command line arguments.
*
* @author Pavel Tisnovsky
*/
@@ -81,7 +82,7 @@
}
/**
- * Prints all configuration parameters.
+ * Prints all configuration parameters using logger object.
*/
@SuppressWarnings("nls")
@Override
@@ -123,3 +124,4 @@
}
}
+
More information about the distro-pkg-dev
mailing list