aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/javascript/propertyController.test.js
diff options
context:
space:
mode:
authorGervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com>2019-06-05 09:25:29 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-05 09:25:29 +0000
commitd4d0cc066d99a04ed037e7886d5c5112afca17fa (patch)
treea4f1b9ab9e1234febcf311d142fda3a64068500a /src/test/javascript/propertyController.test.js
parent61ef2fb62f1818da16a48d75c7a3e0824e39e970 (diff)
parent09bc8450b2b0c4f60eb4a241efc548d13c5c9912 (diff)
Merge "Rework the loop state"
Diffstat (limited to 'src/test/javascript/propertyController.test.js')
-rw-r--r--src/test/javascript/propertyController.test.js12
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