testability-driver 1.4.3 → 1.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -708,6 +708,9 @@ module TDriver
708
708
  # flag defining that is application element already created
709
709
  application_element_set = false
710
710
 
711
+ # keep error element
712
+ new_xml << document_root.xpath('/tasMessage/tasInfo/obj[@type="Error"]').to_s
713
+
711
714
  # collect environment values
712
715
  environments = document_root.xpath('/tasMessage/tasInfo/obj[@type="application"]/@env').collect{ | attribute | attribute.to_s }
713
716
 
@@ -18,4 +18,4 @@
18
18
  ############################################################################
19
19
 
20
20
 
21
- ENV['TDRIVER_VERSION'] = '1.4.3'
21
+ ENV['TDRIVER_VERSION'] = '1.4.4'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testability-driver
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 3
10
- version: 1.4.3
9
+ - 4
10
+ version: 1.4.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Testability Driver team
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin/
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-09 00:00:00 +02:00
18
+ date: 2012-02-03 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency