Skip to content

Commit

Permalink
[test] Fix RCPTT with new diffmerge enhancements
Browse files Browse the repository at this point in the history
The file's name is TestModel instead of DiffMerge_Fragment_Model.

Change-Id: I8f1453c5f251ce875fee25840df8c769b24dc863
Signed-off-by: cong-bang.do <docongbang1993@gmail.com>
  • Loading branch information
bang-dc committed Oct 9, 2018
1 parent b93d2d4 commit d87d27d
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -6,8 +6,8 @@ Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _CsgiEMrwEei7vIn3hr_36g
Runtime-Version: 2.2.0.201705230341
Save-Time: 10/8/18 1:48 PM
Runtime-Version: 2.3.0.201806262310
Save-Time: 10/9/18 4:19 PM
Testcase-Type: ecl

------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Expand All @@ -16,7 +16,7 @@ Entry-Name: .content

// Execute the Diff/Merge command
with [get-view "Capella Project Explorer" | get-tree] {
select "DiffMerge_Fragment_Model_Import_2/DiffMerge_Fragment_Model.aird" "DiffMerge_Fragment_Model_Import_1/DiffMerge_Fragment_Model.aird"
select "DiffMerge_Fragment_Model_Import_2/TestModel.aird" "DiffMerge_Fragment_Model_Import_1/TestModel.aird"
get-menu -path "Compare With/Each Other as models" | click
}
// Check if the options for diff/merge have been well selected.
Expand Down

0 comments on commit d87d27d

Please sign in to comment.