diff options
author | Gervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com> | 2019-06-05 09:25:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-05 09:25:29 +0000 |
commit | d4d0cc066d99a04ed037e7886d5c5112afca17fa (patch) | |
tree | a4f1b9ab9e1234febcf311d142fda3a64068500a /src/test/javascript/propertyController.test.js | |
parent | 61ef2fb62f1818da16a48d75c7a3e0824e39e970 (diff) | |
parent | 09bc8450b2b0c4f60eb4a241efc548d13c5c9912 (diff) |
Merge "Rework the loop state"
Diffstat (limited to 'src/test/javascript/propertyController.test.js')
-rw-r--r-- | src/test/javascript/propertyController.test.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/test/javascript/propertyController.test.js b/src/test/javascript/propertyController.test.js index fbbc6beca..e71999669 100644 --- a/src/test/javascript/propertyController.test.js +++ b/src/test/javascript/propertyController.test.js @@ -30,16 +30,4 @@ describe('Property controller tests', function() { test('getMsUINotExist', () => { expect(propertyController.getMsUI("test")).toEqual(null); }); - - test('getLastUpdatedStatus', () => { - expect(propertyController.getLastUpdatedStatus()).toEqual('DESIGN'); - }); - - test('getDeploymentID', () => { - expect(propertyController.getDeploymentID()).toEqual('testId'); - }); - - test('getDeploymentStatusURL', () => { - expect(propertyController.getDeploymentStatusURL()).toEqual('testUrl'); - }); });
\ No newline at end of file |