Skip to content
Failed

Changes

Summary

  1. feature: Using generic backing element type for floating point. (details)
  2. feature: Added functionality for Button Verification (details)
  3. bug: Updating verifier unit test (details)
  4. feature: Adding simulated script and timer controls (details)
  5. feature: Update ote.dependencies.p2 to not have external dependencies (details)
  6. feature: Checking for message destroyed (details)
Commit 9cac239197d0ad4bb96a6d5dcc7f5186e76df7f9 by Michael Masterson
feature: Using generic backing element type for floating point.

There is no need to specify 32 vs 64 bit with these elements as they both use a double precision backing primative type.

Change-Id: Ia2d7429cb3b7c6d870826154209a26548bb8b818
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/element/MsgElementFloat64.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/element/MsgElementFloat32.java
Commit 6c065017f7722f7391a6caa79b03f386bb7e1ed2 by Leonel Pena
feature: Added functionality for Button Verification

Change-Id: Ib9b87d3566836ca12206fa328e4b54b8565899df
The file was modified org.eclipse.ote.verify/src/org/eclipse/ote/verify/display/OteDisplayObjectVerifier.java
The file was addedorg.eclipse.ote.verify/src/org/eclipse/ote/verify/display/OteDisplayButtonVerifier.java
Commit 35eb5ca7f21471c07f25dcd2081ff46e1bac29b9 by Michael Masterson
bug: Updating verifier unit test

Started failing due to making the position attribute optional.

Change-Id: I597c7e5ded613bc501b2552d6671319aafa34098
Signed-off-by: Michael P. Masterson <michael.p.masterson@boeing.com>
The file was modified org.eclipse.ote.verify.test/src/org/eclipse/ote/verify/OteDisplayTextVerifierTest.java
Commit 47c50981a95662c72df708bea35cafc0096219eb by Michael Masterson
feature: Adding simulated script and timer controls

Change-Id: I91d8e3d7e7c86a2812da478b20051e230fc016c9
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/TestEnvironmentInterface.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/TestEnvironment.java
The file was addedorg.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/SimulatedExecutionUnitTask.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/timer/SimulatedTime.java
The file was addedorg.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/SimulatedScriptControl.java
Commit b5cf7d2a292b7b696d796e98ff156e1d0d067ba8 by Andy Jury
feature: Update ote.dependencies.p2 to not have external dependencies

All 3rd party dependencies should come from osee.dep.p2 build
from now on.

Change-Id: Ia6b5b689aa96d3844c7b1903edf9fc07e4c6eebb
The file was modified org.eclipse.osee.client.ote.feature/feature.xml
The file was modified org.eclipse.ote.build/dependencies/ote.dependencies.feature/feature.xml
The file was modified org.eclipse.ote.build/dependencies/ote.dependencies.parent/pom.xml
The file was modified org.eclipse.ote.build/dependencies/ote.dependencies.parent/build.sh
Commit 217730442c6910b001278b3178e14d0f8d2cb721 by Michael Masterson
feature: Checking for message destroyed

There is a possibility that the underlying reader or writer objects were destroyed by the messaging system in the background.  This
new check forces these destroyed instances to be discarded and replaced with a new one.

Change-Id: Ib4974e7f51ef466787313e50bfc2969cd75968ff
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/element/MsgElementDiscrete.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/OteMessage.java