Skip to content

Commit

Permalink
marklogic-community#109 removing self-test related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcassel committed Apr 4, 2016
1 parent 3e871ab commit 65a055a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
4 changes: 1 addition & 3 deletions deploy/test/data/ml6-properties/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ modules-root=/
#
config.file=${basedir}/deploy/test/data/ml6-config.xml

triggers.file=${basedir}/deploy/sample/triggers-config.sample.xml

#
# Unit Testing
# Leave commented out for no unit testing
Expand All @@ -42,7 +40,7 @@ schemas-db=${app-name}-schemas
# Leave commented out for default
# turn it on if you are using triggers or CPF
#
triggers-db=${app-name}-triggers
#triggers-db=${app-name}-triggers

#
# the port that the Docs appserver is running on
Expand Down
4 changes: 1 addition & 3 deletions deploy/test/data/ml7-properties/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ modules-root=/
#
config.file=${basedir}/deploy/test/data/ml7-config.xml

triggers.file=${basedir}/deploy/sample/triggers-config.sample.xml

#
# Unit Testing
# Leave commented out for no unit testing
Expand All @@ -48,7 +46,7 @@ schemas-db=${app-name}-schemas
# Leave commented out for default
# turn it on if you are using triggers or CPF
#
triggers-db=${app-name}-triggers
#triggers-db=${app-name}-triggers

#
# the port that the Docs appserver is running on
Expand Down
5 changes: 0 additions & 5 deletions deploy/test/test_server_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@
end
end

it "should deploy triggers" do
@s.deploy_triggers.must_equal true
@s.clean_triggers.must_equal true
end

after do
@logger.info "Wiping self-test deployment.."
@s.wipe
Expand Down

0 comments on commit 65a055a

Please sign in to comment.