Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SEAM
seamcat
Commits
d00b2030
Commit
d00b2030
authored
9 months ago
by
Stephan Korsholm
Browse files
Options
Download
Email Patches
Plain Diff
#29
: Update version number
parent
aeee7026
master
#253_IMT2020_Results_enh
#256_EPP_15_ClutterHeight
119-geo-satellite-down-link-plugin
119-geo-satellite-down-link-system-plugin-as-interferer
119-merge
221-opening-workspaces-with-embedded-jar
251-add-info-parameter-to-samples
254-extending-event-results-enhancements-to-other-cellular
254-extending-event-results-enhancements-to-other-cellular-ofdma
254_alt
5.5.1-ALPHA-5
5.5.1-ALPHA-4
5.5.1-ALPHA-3
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
core/src/test/java/org/seamcat/TestSeamcat.java
+3
-3
core/src/test/java/org/seamcat/TestSeamcat.java
pom.xml
+1
-1
pom.xml
release-pom.xml
+1
-1
release-pom.xml
release.py
+3
-3
release.py
with
8 additions
and
8 deletions
+8
-8
core/src/test/java/org/seamcat/TestSeamcat.java
+
3
-
3
View file @
d00b2030
...
...
@@ -37,14 +37,14 @@ public class TestSeamcat {
public
void
testApplicationTitle
()
{
String
applicationTitle
=
Seamcat
.
getSeamcatApplicationTitle
();
assertTrue
(
applicationTitle
.
startsWith
(
"SEAMCAT 5.5.1 alpha
2
rev "
));
assertTrue
(
applicationTitle
.
startsWith
(
"SEAMCAT 5.5.1 alpha
3
rev "
));
}
@Test
public
void
testApplicationTitleGitPropertiesFile
()
{
String
propertiesFile
=
"git.properties"
;
String
applicationTitle
=
Seamcat
.
getSeamcatApplicationTitle
(
propertiesFile
);
assertTrue
(
applicationTitle
.
startsWith
(
"SEAMCAT 5.5.1 alpha
2
rev"
));
assertTrue
(
applicationTitle
.
startsWith
(
"SEAMCAT 5.5.1 alpha
3
rev"
));
}
@Test
...
...
@@ -52,7 +52,7 @@ public class TestSeamcat {
String
propertiesFile
=
"nonexistantgit.properties"
;
String
applicationTitle
=
Seamcat
.
getSeamcatApplicationTitle
(
propertiesFile
);
assertTrue
(
applicationTitle
.
startsWith
(
"SEAMCAT 5.5.1 alpha
2
rev"
));
assertTrue
(
applicationTitle
.
startsWith
(
"SEAMCAT 5.5.1 alpha
3
rev"
));
}
@Test
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
-
1
View file @
d00b2030
...
...
@@ -16,7 +16,7 @@
<module>
ITU_R_P_1411_10_modified
</module>
</modules>
<properties>
<revision>
5.5.1-ALPHA-
2
</revision>
<revision>
5.5.1-ALPHA-
3
</revision>
<seamcat.version>
${revision}
</seamcat.version>
<log4j.version>
2.17.1
</log4j.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
This diff is collapsed.
Click to expand it.
release-pom.xml
+
1
-
1
View file @
d00b2030
...
...
@@ -15,7 +15,7 @@
<module>
commandline
</module>
</modules>
<properties>
<revision>
5.5.1-ALPHA-
2
</revision>
<revision>
5.5.1-ALPHA-
3
</revision>
<seamcat.version>
${revision}
</seamcat.version>
<log4j.version>
2.17.1
</log4j.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
This diff is collapsed.
Click to expand it.
release.py
+
3
-
3
View file @
d00b2030
...
...
@@ -136,9 +136,9 @@ def checkRelease(releaseArchive: str, compileSource: bool):
def
testRelease
(
releaseArchiveName
:
str
):
checkRelease
(
getReleaseArchiveName
(
getVersion
()),
False
)
tempFolderName
=
getTempFolderName
()
ossystem
(
"java -cp SEAMCAT-5.5.1-ALPHA-
2
.jar org.seamcat.CommandLine license=accept Workspace=
\"
../core/src/test/resources/integrationtests/WS_PMSE_HH-LTE UE_Cell_UT.sws
\"
Result=
\"
Test_OFDMA_DL_1.swr
\"
"
)
ossystem
(
"! java -cp SEAMCAT-5.5.1-ALPHA-
2
.jar org.seamcat.CommandLine license=accept Workspace=
\"
../core/src/test/resources/integrationtests/Test_GenericResultsTerrain.sws
\"
Result=
\"
Test_GenericResultsTerrain.swr
\"
tformat=ASTER_GEOTIFF tpath=
\"
../core/src/test/resources/terrainData/geotiff
\"
2>&1 | grep
\"
vendorName == null
\"
"
)
ossystem
(
"! java -cp SEAMCAT-COMMANDLINE-5.5.1-ALPHA-
2
.jar org.seamcat.CommandLine license=accept Workspace=
\"
../core/src/test/resources/integrationtests/Test_GenericResultsTerrain.sws
\"
Result=
\"
Test_GenericResultsTerrain.swr
\"
tformat=ASTER_GEOTIFF tpath=
\"
../core/src/test/resources/terrainData/geotiff
\"
2>&1 | grep
\"
vendorName == null
\"
"
)
ossystem
(
"java -cp SEAMCAT-5.5.1-ALPHA-
3
.jar org.seamcat.CommandLine license=accept Workspace=
\"
../core/src/test/resources/integrationtests/WS_PMSE_HH-LTE UE_Cell_UT.sws
\"
Result=
\"
Test_OFDMA_DL_1.swr
\"
"
)
ossystem
(
"! java -cp SEAMCAT-5.5.1-ALPHA-
3
.jar org.seamcat.CommandLine license=accept Workspace=
\"
../core/src/test/resources/integrationtests/Test_GenericResultsTerrain.sws
\"
Result=
\"
Test_GenericResultsTerrain.swr
\"
tformat=ASTER_GEOTIFF tpath=
\"
../core/src/test/resources/terrainData/geotiff
\"
2>&1 | grep
\"
vendorName == null
\"
"
)
ossystem
(
"! java -cp SEAMCAT-COMMANDLINE-5.5.1-ALPHA-
3
.jar org.seamcat.CommandLine license=accept Workspace=
\"
../core/src/test/resources/integrationtests/Test_GenericResultsTerrain.sws
\"
Result=
\"
Test_GenericResultsTerrain.swr
\"
tformat=ASTER_GEOTIFF tpath=
\"
../core/src/test/resources/terrainData/geotiff
\"
2>&1 | grep
\"
vendorName == null
\"
"
)
print
(
"test finished"
)
parser
=
argparse
.
ArgumentParser
(
"release.py"
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets