/[schmitzm]/trunk/src_junit
ViewVC logotype

Log of /trunk/src_junit

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 1383)

Revision 948 - Directory Listing
Modified Wed Jul 28 09:45:11 2010 UTC (14 years, 7 months ago) by alfonx
Fixed the problem with test test class

Revision 947 - Directory Listing
Modified Wed Jul 28 09:36:12 2010 UTC (14 years, 7 months ago) by alfonx
Fixed the problem with test test class

Revision 946 - Directory Listing
Modified Mon Jul 26 17:13:42 2010 UTC (14 years, 7 months ago) by alfonx
Kleine Aufräumarbeiten... 

Revision 945 - Directory Listing
Modified Fri Jul 23 17:11:46 2010 UTC (14 years, 7 months ago) by mojays
LimitedHashMap: behavior of oldest-list changed for OLDEST_GET (see MS-01)

Revision 943 - Directory Listing
Modified Fri Jul 23 14:15:06 2010 UTC (14 years, 7 months ago) by alfonx
"Organized  imports" and removed a buggy CRS from the epsg.properties

Revision 942 - Directory Listing
Modified Fri Jul 23 09:56:05 2010 UTC (14 years, 7 months ago) by alfonx
Two new methods in LangUtil:
boolean parseStringDefaultFalse(String) and boolean parseStringDefaultTrue(String) which parse Strings to booleans with defined defaults.

Revision 941 - Directory Listing
Modified Thu Jul 22 10:20:09 2010 UTC (14 years, 7 months ago) by mojays
build.xml: updated on new target folder
LangUtil: new helper methods for string/object connect
LimitedVector: java doc updated
LimitedHashMap: new class analogous to LimitedVector
LimitedHashMapTest: new junit test for LimitedHashMap

Revision 939 - Directory Listing
Modified Mon Jul 19 21:35:06 2010 UTC (14 years, 7 months ago) by alfonx
Improved the REGEX expression to guess attribute names consisting of [a-zA-Z_] in any CQL / ECQL expression.

Revision 931 - Directory Listing
Modified Thu Jul 1 23:11:05 2010 UTC (14 years, 8 months ago) by alfonx
Hack-Methode hinzugefügt um die in einem ECQL Ausdruck verwendeten Attribute herauszufiltern.

Revision 920 - Directory Listing
Modified Thu Jul 1 15:45:20 2010 UTC (14 years, 8 months ago) by mojays
new FeatureComparator to compare features by multiple attributes
new FeatureComparatorTest
FeatureUtil.sortFeatures(.): support of multiple ordering attributes
FeatureChartUtil: Sorting features also by series attribute (on grouping) during dataset creation with sorted domain axis

Revision 919 - Directory Listing
Modified Thu Jul 1 13:34:07 2010 UTC (14 years, 8 months ago) by alfonx
Testcase für sortierung nach series in BarChart/Category chart

Revision 916 - Directory Listing
Modified Mon Jun 28 18:17:39 2010 UTC (14 years, 8 months ago) by alfonx
Eine neue Testmethode weil ich was ausprobieren musste...

Revision 913 - Directory Listing
Modified Sat Jun 26 10:55:49 2010 UTC (14 years, 8 months ago) by alfonx
BugFIX: XMapPane did crash for one-point-only layers, beacause their BBOX has width 0 and a Transfomation from Screen To Map could not be calculated.

Revision 909 - Directory Listing
Modified Sun Jun 20 18:05:02 2010 UTC (14 years, 8 months ago) by alfonx
Moved class TestingUtil intot he main src dir, as it is not availbale for JUnit tests in other projects otherwise.

Revision 908 - Directory Listing
Modified Sun Jun 13 01:04:51 2010 UTC (14 years, 8 months ago) by alfonx
Added a TestingUtil class to help Swing unittesting. 
Added a method addExceptionListener() to ExceptionMontor, which allows JUnittests to react to a new ExceptionDialog 

Revision 894 - Directory Listing
Modified Fri Jun 4 09:19:07 2010 UTC (14 years, 8 months ago) by alfonx
New mehtod with test in GTUtil

initEPSG() does 
A) trigger the initilaiziation of the EPSG database
B) which may block the thread fro some time, but ensures that later the app runs smoother
C) add unoffical  EPSG codes to GT which are defined in schmitzm/geotools/epsg.properties

epsg.properties at the moment contains unofficail NZ and Canadian EPSGs, as well as bloody Google EPSG:900913 !

Revision 891 - Directory Listing
Modified Thu Jun 3 12:20:11 2010 UTC (14 years, 8 months ago) by alfonx
New software languagetranslation dialog seem to work...

Revision 882 - Directory Listing
Modified Wed Jun 2 12:43:53 2010 UTC (14 years, 8 months ago) by alfonx
Updated the test to use setSeriesDeafultTitleAttname, which doesn't work. The test doesn't fail anyways, because the result can only be seen in the png. :-(

Revision 880 - Directory Listing
Modified Mon May 31 08:43:48 2010 UTC (14 years, 9 months ago) by alfonx


Revision 875 - Directory Listing
Modified Fri May 28 15:37:56 2010 UTC (14 years, 9 months ago) by mojays
Neue Zwischenebene TableChartStyle zwischen ChartStyle und FeatureChartStyle in neuem Package schmitzm.jfree.table:
- TableChartStyle
- TableBasicChartStyle
- TableScatterChartStyle
- TableChartStyleXMLFactory

AggregationFunction und AggregationFunctionJComboBox nach schmitzm.jfree.table verschoben.
FeatureChartAxisStyle umbenannt in TableChartAxisStyle und verschoben nach schmitzm.jfree.table.

Revision 873 - Directory Listing
Modified Fri May 28 14:58:16 2010 UTC (14 years, 9 months ago) by alfonx
Simplified the translation process... 

Revision 870 - Directory Listing
Modified Fri May 28 12:07:14 2010 UTC (14 years, 9 months ago) by alfonx
updated tests

Revision 862 - Directory Listing
Modified Sat May 22 01:24:46 2010 UTC (14 years, 9 months ago) by alfonx
* Changed my name from Stefan A. Krüger to Stefan A. Tzeggai


Revision 859 - Directory Listing
Modified Fri May 21 14:45:15 2010 UTC (14 years, 9 months ago) by mojays
DistanceUnit.METER refactored to METERS

Revision 858 - Directory Listing
Modified Fri May 21 14:34:53 2010 UTC (14 years, 9 months ago) by mojays
Own class file for DistanceUnit in schmitzm.data.

Revision 854 - Directory Listing
Modified Fri May 21 13:15:20 2010 UTC (14 years, 9 months ago) by alfonx


Revision 846 - Directory Listing
Modified Wed May 19 12:47:50 2010 UTC (14 years, 9 months ago) by alfonx
TestSwingUtil in SwingUtilTest umbenannt => Hatte die Konvention vergessen...

Revision 845 - Directory Listing
Modified Wed May 19 12:47:32 2010 UTC (14 years, 9 months ago) by alfonx
TestSwingUtil in SwingUtilTest umbenannt => Hatte die Konvention vergessen...

Revision 844 - Directory Listing
Modified Wed May 19 12:41:02 2010 UTC (14 years, 9 months ago) by alfonx
Die Mehtode convertColorToHex in SwingUtil erweitert, dass optinoal auch der AlphaKanal convertiert werden kann. Weiterhin für die Methode einen Test hinzugefügt.

Revision 843 - Directory Listing
Modified Mon May 17 17:14:42 2010 UTC (14 years, 9 months ago) by mojays
BugFix: avoid endless loop in ChartRendererStyle.applyToRenderer(.)

Revision 840 - Directory Listing
Modified Mon May 10 12:12:48 2010 UTC (14 years, 9 months ago) by alfonx


Revision 838 - Directory Listing
Modified Sat May 8 19:58:07 2010 UTC (14 years, 9 months ago) by alfonx
minor changes 

Revision 833 - Directory Listing
Modified Thu May 6 19:50:32 2010 UTC (14 years, 9 months ago) by alfonx
Organized Imports and minor improvements in IOUtil.readURLtoString

Revision 831 - Directory Listing
Modified Wed May 5 16:39:21 2010 UTC (14 years, 9 months ago) by alfonx
aggregationFunctionWeightAttributeName und aggregationFunctionWeightAttributeNoDataValues werden nun auch in XML geschrieben und gelesen.

Revision 828 - Directory Listing
Modified Wed May 5 14:53:08 2010 UTC (14 years, 9 months ago) by alfonx
weighted attribute wird nicht korrekt gelesen oder geschrieben

Revision 820 - Directory Listing
Modified Fri Apr 23 15:04:27 2010 UTC (14 years, 10 months ago) by alfonx
FeatureChartStyleTest testet viel und gut

Revision 819 - Directory Listing
Modified Fri Apr 23 15:00:36 2010 UTC (14 years, 10 months ago) by alfonx


Revision 818 - Directory Listing
Modified Fri Apr 23 14:57:54 2010 UTC (14 years, 10 months ago) by alfonx
FeatureChartStyleTest testet viel und gut

Revision 814 - Directory Listing
Modified Fri Apr 23 13:17:35 2010 UTC (14 years, 10 months ago) by alfonx
Test für skrueger.versionnumber und für LineChart gebaut. Bei LineChart inkl. testdatensatz. In GeoImportUtil ein bisschen aufgeräumt und mit try/finally das disposen des ShapeFileWriters garantiert.

Revision 756 - Directory Listing
Modified Fri Mar 5 17:00:22 2010 UTC (14 years, 11 months ago) by alfonx
improved the pom.xml and organized some imports


Revision 755 - Directory Listing
Modified Fri Mar 5 16:14:29 2010 UTC (14 years, 11 months ago) by alfonx
Habe eine pom.xml für maven erstellt. Es hat sich aber dadurch nix am existierenden Projekt verändert.

Revision 685 - Directory Listing
Modified Wed Feb 10 15:04:02 2010 UTC (15 years ago) by alfonx
copy RC2 to trunk

Revision 621 - Directory Listing
Modified Thu Jan 28 10:06:05 2010 UTC (15 years, 1 month ago) by alfonx
Original Path: branches/2.0-RC2/src_junit
2.0-RC2 ist für die weiterentwicklung und soll bald in den trunk mergen

Revision 607 - Directory Listing
Modified Wed Dec 9 15:13:42 2009 UTC (15 years, 2 months ago) by alfonx
Original Path: branches/2.0-RC1/src_junit
Keine Ahnung was er da gebrancht hat.. der stand der dateien war weder trunk, noch der 1.0-gt26 branch... ich hab die dateien jetzt händisch auf den richtigen stand gebracht und comitte


Revision 604 - Directory Listing
Modified Wed Dec 9 14:15:53 2009 UTC (15 years, 2 months ago) by alfonx
Original Path: branches/2.0-RC1/src_junit
2.0-RC1 branch ist für GP1.3 bugfixes...  1.0-gt2-2.6  ist der entwicklungs brnach 

Revision 477 - Directory Listing
Modified Tue Oct 20 10:30:17 2009 UTC (15 years, 4 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src_junit
* I dunno ;-)

Revision 454 - Directory Listing
Modified Sun Oct 11 16:12:05 2009 UTC (15 years, 4 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src_junit
* Some frickeling in AtlasStyler...

Revision 448 - Directory Listing
Modified Wed Oct 7 14:23:06 2009 UTC (15 years, 4 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src_junit
* All the JUnit tests are now in the right place. JARs newly compiled.

Revision 446 - Directory Listing
Added Wed Oct 7 13:40:19 2009 UTC (15 years, 4 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src_junit
* Moved JUnit tests into it's own src dir: src_junit

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26