testcentricity 2.3.16 → 2.3.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c527d51d9b0ba53c2c6f7358138def57dc66fde9
4
- data.tar.gz: 80c832950b2faf935c688bdcab670a165337a014
3
+ metadata.gz: 53f516f04ab690c0e7bf993f86241902d74b6b4a
4
+ data.tar.gz: 7b922146ab2ded68ae406d56ca35e2e17d51ebf2
5
5
  SHA512:
6
- metadata.gz: f874c255a407a3b3204d7936d1450a939964ed214b5d20dc43962d957f379f7f5f9bba79c81aafae8bc4d661df3d7f49709f3667fbe4da89b58d799f6a18519f
7
- data.tar.gz: 8cd9c7c077a5649f3ff477288b3fb49c4f66bad4b1b3db9c840b0babd321dd981aac664008e98068f418b0e7f18e38374d33c2ca7ecc9df6482eb959130160b6
6
+ metadata.gz: 36ff52b324fcc5e202607f9c376a2e9325064116030af4feff6c53c95f5ce04c42a84fb5b36037580d8e0fb5ed54e011b255869a1d16482d7bfefc723b391903
7
+ data.tar.gz: 3fcf2ef5f82df0980e685ac1098755b51b1e1c2eb622d2bd97ca7840c668e0ab0be5a3bdf4934e90c4ad4a2955834230c3e8c1babbba5edaf67f01bcd8044abb
@@ -285,7 +285,6 @@ module TestCentricity
285
285
  section_not_found_exception(section)
286
286
  section.location.x
287
287
  end
288
-
289
288
  def y_loc
290
289
  section = find_section
291
290
  section_not_found_exception(section)
@@ -432,7 +431,7 @@ module TestCentricity
432
431
  end
433
432
 
434
433
  def section_not_found_exception(obj)
435
- raise "Section object '#{get_name}' (#{get_locator}) not found" unless obj
434
+ raise ObjectNotFoundError.new("Section object '#{get_name}' (#{get_locator}) not found") unless obj
436
435
  end
437
436
  end
438
437
  end
@@ -1,3 +1,3 @@
1
1
  module TestCentricity
2
- VERSION = '2.3.16'
2
+ VERSION = '2.3.16.1'
3
3
  end
@@ -918,6 +918,5 @@ module TestCentricity
918
918
  def section_not_found_exception(section)
919
919
  raise ObjectNotFoundError.new("Section object '#{get_name}' (#{get_locator}) not found") unless section
920
920
  end
921
-
922
921
  end
923
922
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.16
4
+ version: 2.3.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski