Skip to content

Commit 3c0fced

Browse files
committed
apply naming conventions for JavaSMT and java-smt.
see #89 for further discussion.
1 parent cd17929 commit 3c0fced

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/ivy.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:e="http://ant.apache.org/ivy/extra"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
6-
<info organisation="org.sosy_lab" module="javasmt">
6+
<info organisation="org.sosy_lab" module="java-smt">
77
<license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
88

99
<description homepage="https://github.com/sosy-lab/java-smt">

src/org/sosy_lab/java_smt/test/VariableNamesTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public class VariableNamesTest extends SolverBasedTest0 {
6060

6161
private static final ImmutableList<String> NAMES =
6262
ImmutableList.of(
63-
"javasmt",
63+
"java-smt",
64+
"JavaSMT",
6465
"sosylab",
6566
"test",
6667
"foo",

0 commit comments

Comments
 (0)