diff options
author | pa834y <pa834y@att.com> | 2018-03-02 17:14:47 -0500 |
---|---|---|
committer | pa834y <pa834y@att.com> | 2018-03-05 11:28:37 -0500 |
commit | 23c1e146852b43841c666aca584123dec896167e (patch) | |
tree | 9a095809efcc49c1b3f869e7aaa47a70e941519b /PolicyEngineUtils | |
parent | 44a296f53e8faf2b458c59355e5a2506ad46aca5 (diff) |
Remove auto generated rule to the drl
Issue-ID: POLICY-488
Change-Id: Id6915407a6f030b77ae2d18ad3665af9d0feb34b
Signed-off-by: pa834y <pa834y@att.com>
Diffstat (limited to 'PolicyEngineUtils')
-rw-r--r-- | PolicyEngineUtils/src/test/java/org/onap/policy/utils/test/PolicyUtilsTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PolicyEngineUtils/src/test/java/org/onap/policy/utils/test/PolicyUtilsTest.java b/PolicyEngineUtils/src/test/java/org/onap/policy/utils/test/PolicyUtilsTest.java index 34ed6b8b8..8445ad7c8 100644 --- a/PolicyEngineUtils/src/test/java/org/onap/policy/utils/test/PolicyUtilsTest.java +++ b/PolicyEngineUtils/src/test/java/org/onap/policy/utils/test/PolicyUtilsTest.java @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * PolicyEngineUtils * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -148,7 +148,7 @@ public class PolicyUtilsTest { public void testBRMSValidate(){ String rule = "package com.sample;\n" + "import com.sample.DroolsTest.Message;\n" - + "declare PapParams\n" + + "declare Params\n" + "samPoll : int\n" + "value : String\n" + "end\n" |