Branch: refs/heads/8.3.x
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 434401a55f04b7bcfd66395905d4a038759a5dbf
https://github.com/Teiid-Designer/teiid-designer/commit/434401a55f04b7bcf...
Author: Barry LaFond <blafond(a)redhat.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M
plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/version/spi/TeiidServerVersion.java
M
tests/org.teiid.designer.spi.test/src/org/teiid/designer/runtime/version/spi/TestTeiidServerVersion.java
Log Message:
-----------
TEIIDDES-2244 Avoid throwing pointless parsing exceptions in TeiidVersion
* isGreaterThan and isLessThan methods do not need to parse the
components to integers as comparing the strings achieves the
same result
* Tests to confirm silly version components that are not readily
parseable as integers