smarthome/extensions/transform
Simon Kaufmann 8e1fb9edca Making MapTransformationServiceTest more robust
As it seems, the events take some time to arrive on some OS/file systems...
(see #1131)

Therefore, in this change
* The test waits up to 10 seconds in order to verify the assertions
* The test first copies the property files to another place, so no versioned files get touched

Signed-off-by: Simon Kaufmann <simon.kfm@googlemail.com>
2016-03-17 11:10:28 +01:00
..
org.eclipse.smarthome.transform.exec Renamed addons folder to extensions. Made the depedency in io.rest.core to core.transform optional. Extracted the transformation services out of the core.transform bundle into separate ones along with their tests, the new bundles are contained within the extensions subfolder. 2015-06-10 18:24:35 +03:00
org.eclipse.smarthome.transform.javascript fix missing imports 2015-08-13 07:31:39 +02:00
org.eclipse.smarthome.transform.jsonpath use non-static logger members if not necessary 2016-02-09 20:54:39 +01:00
org.eclipse.smarthome.transform.jsonpath.test remove extra test feature requirements for tests 2015-09-04 19:54:24 +02:00
org.eclipse.smarthome.transform.map Correction of Issue #1107 : Scale and Map transformation services shall return empty string when searched value not found 2016-03-01 10:24:39 +01:00
org.eclipse.smarthome.transform.map.test Making MapTransformationServiceTest more robust 2016-03-17 11:10:28 +01:00
org.eclipse.smarthome.transform.regex This modification allows the Regex transformation to do substitutions. A substitution pattern is specified using a syntax similar to sed, Python, Perl, etcetera. The substitution will be performed if the regex looks like "s///". The substitution can use capturing groups using the "$n" syntax supported by Java regular expressions. By default, the substitution is applied to the first match. If a "g" is appended to the regex (e.g., "s/([0-9]+)000/$1K/g"), then the substitution if applied to all matches in the source string. 2016-01-18 10:36:46 -05:00
org.eclipse.smarthome.transform.regex.test This modification allows the Regex transformation to do substitutions. A substitution pattern is specified using a syntax similar to sed, Python, Perl, etcetera. The substitution will be performed if the regex looks like "s///". The substitution can use capturing groups using the "$n" syntax supported by Java regular expressions. By default, the substitution is applied to the first match. If a "g" is appended to the regex (e.g., "s/([0-9]+)000/$1K/g"), then the substitution if applied to all matches in the source string. 2016-01-18 10:36:46 -05:00
org.eclipse.smarthome.transform.scale Correction of Issue #1107 : Scale and Map transformation services shall return empty string when searched value not found 2016-03-01 10:24:39 +01:00
org.eclipse.smarthome.transform.scale.test Correction of Issue #1107 : Scale and Map transformation services shall return empty string when searched value not found 2016-03-01 10:24:39 +01:00
org.eclipse.smarthome.transform.xpath fix missing imports 2015-08-13 07:31:39 +02:00
org.eclipse.smarthome.transform.xpath.test remove extra test feature requirements for tests 2015-09-04 19:54:24 +02:00
org.eclipse.smarthome.transform.xslt use non-static logger members if not necessary 2016-02-09 20:54:39 +01:00
org.eclipse.smarthome.transform.xslt.test remove extra test feature requirements for tests 2015-09-04 19:54:24 +02:00
pom.xml fix indentation of some POM files 2016-01-29 13:54:18 +01:00