Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.EclipsePlug-ins
Commits
1febe26e
Commit
1febe26e
authored
Feb 19, 2021
by
Arpad Lovassy
Committed by
Gerrit Code Review
Feb 19, 2021
Browse files
Merge "oop has been added to Regression_Test_java"
parents
a6d03a02
159be272
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Regression_Test_java/.TITAN_properties
View file @
1febe26e
<?xml version="1.0" encoding="UTF-8"?>
<TITAN_Designer_Properties>
<?xml version="1.0" encoding="UTF-8"?>
<TITAN_Designer_Properties>
<ActiveConfiguration>
Default
</ActiveConfiguration>
<ProjectProperties>
<MakefileSettings>
...
...
@@ -44,6 +43,18 @@
<ExcludeFromBuild>
true
</ExcludeFromBuild>
</FileProperties>
</FileResource>
<FileResource>
<FilePath>
src/oop/ExternalClass.hh
</FilePath>
<FileProperties>
<ExcludeFromBuild>
true
</ExcludeFromBuild>
</FileProperties>
</FileResource>
<FileResource>
<FilePath>
src/oop/ext.cc
</FilePath>
<FileProperties>
<ExcludeFromBuild>
true
</ExcludeFromBuild>
</FileProperties>
</FileResource>
<FileResource>
<FilePath>
src/singlecontrol/ouch.cfg
</FilePath>
<FileProperties>
...
...
@@ -304,6 +315,13 @@
<ExcludeFromBuild>
true
</ExcludeFromBuild>
</FolderProperties>
</FolderResource>
<FolderResource>
<FolderPath>
src/oop
</FolderPath>
<FolderProperties>
<CentralStorage>
false
</CentralStorage>
<ExcludeFromBuild>
true
</ExcludeFromBuild>
</FolderProperties>
</FolderResource>
<FolderResource>
<FolderPath>
src/templateRec
</FolderPath>
<FolderProperties>
...
...
Regression_Test_java/META-INF/MANIFEST.MF
View file @
1febe26e
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Regression_Test_java
Bundle-SymbolicName: Regression_Test_java;singleton:=true
Bundle-Version: 7.
1.0.CRL_113_200_7_R1A_2020052
9-1000
Bundle-Version: 7.
2.1._2021021
9-1000
Require-Bundle: org.eclipse.titan.runtime;bundle-version="1.0.0",
org.antlr.runtime;bundle-version="4.3.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
...
...
Regression_Test_java/src/oop/.gitignore
0 → 100755
View file @
1febe26e
oop
oop.exe
oop*.cc
oop*.hh
oop*.log
Regression_Test_java/src/oop/ExternalClass.hh
0 → 100644
View file @
1febe26e
/******************************************************************************
* Copyright (c) 2000-2021 Ericsson Telecom AB
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
*
* Contributors:
* Baranyi, Botond
*
******************************************************************************/
#include "oop.hh"
#ifndef EXTERNALCLASS_HH
#define EXTERNALCLASS_HH
// NOTE: no namespace specification needed, since the 'include' command is
// already in the desired namespace!
class
ExternalClass
:
public
OBJECT
{
public:
virtual
CHARSTRING
f__ext
(
const
INTEGER
&
x
)
{
return
int2str
(
x
)
+
CHARSTRING
(
"?"
);
}
virtual
~
ExternalClass
()
{
}
};
#endif
Regression_Test_java/src/oop/ext.cc
0 → 100644
View file @
1febe26e
/******************************************************************************
* Copyright (c) 2000-2021 Ericsson Telecom AB
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
*
* Contributors:
* Baranyi, Botond
*
******************************************************************************/
#include "oop.hh"
namespace
oop
{
void
InternalClass
::
f__ext2
()
{
TTCN_Logger
::
log_str
(
TTCN_USER
,
"f_ext2!"
);
}
}
// namespace
Regression_Test_java/src/oop/oop.cfg
0 → 100644
View file @
1febe26e
###############################################################################
# Copyright (c) 2000-2021 Ericsson Telecom AB
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
#
# Contributors:
# Baranyi, Botond
#
###############################################################################
[LOGGING]
FileMask := LOG_ALL | DEBUG | MATCHING
ConsoleMask := ERROR | WARNING | TESTCASE | STATISTICS | PORTEVENT
LogSourceInfo := Yes
AppendFile := No
TimeStampFormat := DateTime
LogEventTypes := Yes
SourceInfoFormat := Single
LogEntityName := Yes
[EXECUTE]
oop.control
Regression_Test_java/src/oop/oop.ttcn
0 → 100644
View file @
1febe26e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment