diff options
author | Michael Lando <ml636r@att.com> | 2018-08-06 09:27:48 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-08-06 09:27:48 +0300 |
commit | 49ddd53062def299766fcb0028dd7321777ffaaa (patch) | |
tree | a44e50315c18fc5ffe621d2eb18b3edbaf0d676f /src | |
parent | 36738baf503887fafef18388a33f68240a0de012 (diff) |
update readem file
add sections
* important links
* release notes
* compilation
* local CSAR execution
Change-Id: I23a05cb28213d12b48073d5d6ec2e1ceb1f8839c
Issue-ID: SDC-1599
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/test/java/org/onap/sdc/impl/MyTest.java (renamed from src/test/java/org/onap/sdc/impl/myTest.java) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/java/org/onap/sdc/impl/myTest.java b/src/test/java/org/onap/sdc/impl/MyTest.java index 4833f6f..cdd36cb 100644 --- a/src/test/java/org/onap/sdc/impl/myTest.java +++ b/src/test/java/org/onap/sdc/impl/MyTest.java @@ -10,13 +10,13 @@ import java.io.File; import static org.onap.sdc.impl.SdcToscaParserBasicTest.getCsarHelper; -public class myTest { +public class MyTest { static SdcToscaParserFactory factory; static ISdcCsarHelper fdntCsarHelper; @Test - public void testNoValidationIssues() throws SdcToscaParserException { + public void testMyCsar() throws SdcToscaParserException { // factory = SdcToscaParserFactory.getInstance(); |