Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
36a2d70
Issue #44: assert-equal-json inconsistent in comparisons (#85)
cskeefer Jul 22, 2019
82a2aa5
bintray config fixes
rjrudin May 13, 2019
803e6b6
Updating Home page
jamesagardner May 17, 2019
1055e87
Fixing cvsUrl for each project
rjrudin Jun 3, 2019
daf230f
Renaming marklogic-junit to marklogic-junit5 (#78)
rjrudin Jul 8, 2019
4848177
Improving the project landing page (#73)
jamesagardner Jul 8, 2019
444a00e
Fixing Bug #79 with Suite Names in Test names (#83)
jamesagardner Jul 19, 2019
04379a8
#79 Updating assertion to be more specific (#84)
jamesagardner Jul 19, 2019
2f704bb
Releasing Version 1.0.0
jamesagardner Sep 6, 2019
c1b72e4
Fixing Travis CI error (#90)
jamesagardner Sep 6, 2019
69ad78a
fix AbstractMarkLogicTest.java javadocs (#93)
hansenmc Sep 7, 2019
5841024
Update CONTRIBUTING.md (#94)
hansenmc Sep 7, 2019
a4bdddb
Apply $params in xdmp:xslt-invoke() for coverage report format transf…
hansenmc Sep 7, 2019
fb4e238
Change test from name() to use self axis (#96)
hansenmc Sep 7, 2019
1fc96fb
Update XmlNode.java to use the diamond operator <> (#97)
hansenmc Sep 7, 2019
9386a93
new ByteArrayInputStream(xml.getBytes()) relies upon the default char…
hansenmc Sep 13, 2019
f2caab9
Abstract mark logic test logger (#99)
hansenmc Sep 13, 2019
80e5187
#46 Change test failure stack output from encoded XML to a tabbed tex…
jonesyface Sep 13, 2019
f5f490a
Updating 1.0.beta references to 1.0.0 (#101)
jamesagardner Sep 13, 2019
1e7e712
Merge branch 'master' into develop
jamesagardner Sep 13, 2019
e687cb4
Updating MarkLogic Copyrights to 2019 (#102)
jamesagardner Sep 13, 2019
1ac03bd
Removing Roxy reference (#103)
jamesagardner Sep 13, 2019
27e6764
Updating Change Log for 1.0.0
jamesagardner Sep 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
dist: trusty
language: java
jdk:
- oraclejdk8
sudo: true
install:
- ./.travis/install-dependencies.sh
script:
- ./.travis/run-tests.sh
- ./.travis/run-tests.sh
76 changes: 65 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,84 @@
# Change Log

## [v1.0.0](https://github.com/marklogic-community/marklogic-unit-test/tree/v1.0.0) (2019-04-26)
[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/v0.12.0...v1.0.0)
## [1.0.0](https://github.com/marklogic-community/marklogic-unit-test/tree/1.0.0) (2019-09-13)
[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/1.0.beta...1.0.0)

**Implemented enhancements:**

- Support Nested Test Suites [\#45](https://github.com/marklogic-community/marklogic-unit-test/issues/45)
- Add Failure Message to Assert Functions [\#51](https://github.com/marklogic-community/marklogic-unit-test/issues/51)
- Remove Roxy from Namespaces [\#52](https://github.com/marklogic-community/marklogic-unit-test/issues/52)
- assert-equal-json no longer reports the location of comparison differences [\#37](https://github.com/marklogic-community/marklogic-unit-test/issues/37)
- Add documentation for developing and testing ml-unit-test locally [\#29](https://github.com/marklogic-community/marklogic-unit-test/issues/29)
- Support Testing of the MarkLogic Data Hub Framework \(DHF\) [\#26](https://github.com/marklogic-community/marklogic-unit-test/issues/26)
- Support testing of REST services [\#25](https://github.com/marklogic-community/marklogic-unit-test/issues/25)
- Setup real JUnit tests for marklogic-unit-test-modules [\#11](https://github.com/marklogic-community/marklogic-unit-test/issues/11)

**Fixed bugs:**

- Unable to use suite name in test name [\#79](https://github.com/marklogic-community/marklogic-unit-test/issues/79)
- JSON equals is inconsistent in comparisons [\#44](https://github.com/marklogic-community/marklogic-unit-test/issues/44)

**Closed issues:**

- ML10 gradle project has error with unit test [\#86](https://github.com/marklogic-community/marklogic-unit-test/issues/86)
- Updating docs to reflect renamed dependency [\#80](https://github.com/marklogic-community/marklogic-unit-test/issues/80)
- How to test DHF project that uses multiple databases [\#74](https://github.com/marklogic-community/marklogic-unit-test/issues/74)
- Document how to include marklogic-unit-test and set up for a Data Hub [\#36](https://github.com/marklogic-community/marklogic-unit-test/issues/36)

**Merged pull requests:**

- Removing Roxy reference [\#103](https://github.com/marklogic-community/marklogic-unit-test/pull/103) ([jamesagardner](https://github.com/jamesagardner))
- Updating MarkLogic Copyrights to 2019 [\#102](https://github.com/marklogic-community/marklogic-unit-test/pull/102) ([jamesagardner](https://github.com/jamesagardner))
- Updating 1.0.beta references to 1.0.0 [\#101](https://github.com/marklogic-community/marklogic-unit-test/pull/101) ([jamesagardner](https://github.com/jamesagardner))
- Abstract mark logic test logger [\#99](https://github.com/marklogic-community/marklogic-unit-test/pull/99) ([hansenmc](https://github.com/hansenmc))
- JaxpServiceResponseUnmarshaller.parse\(\) relies upon default character encoding [\#98](https://github.com/marklogic-community/marklogic-unit-test/pull/98) ([hansenmc](https://github.com/hansenmc))
- Update XmlNode.java to use the diamond operator \<\> [\#97](https://github.com/marklogic-community/marklogic-unit-test/pull/97) ([hansenmc](https://github.com/hansenmc))
- change hard-coded namespace-prefix test from name\(\) to use self axis [\#96](https://github.com/marklogic-community/marklogic-unit-test/pull/96) ([hansenmc](https://github.com/hansenmc))
- apply $params in xdmp:xslt-invoke\(\) for coverage report format transform [\#95](https://github.com/marklogic-community/marklogic-unit-test/pull/95) ([hansenmc](https://github.com/hansenmc))
- Update CONTRIBUTING.md [\#94](https://github.com/marklogic-community/marklogic-unit-test/pull/94) ([hansenmc](https://github.com/hansenmc))
- fix AbstractMarkLogicTest.java javadocs [\#93](https://github.com/marklogic-community/marklogic-unit-test/pull/93) ([hansenmc](https://github.com/hansenmc))
- Fixing Travis CI error [\#90](https://github.com/marklogic-community/marklogic-unit-test/pull/90) ([jamesagardner](https://github.com/jamesagardner))
- Fixing Issue \#44: assert-equal-json inconsistent in comparisons [\#85](https://github.com/marklogic-community/marklogic-unit-test/pull/85) ([cskeefer](https://github.com/cskeefer))
- \#79 Updating assertion to be more specific [\#84](https://github.com/marklogic-community/marklogic-unit-test/pull/84) ([jamesagardner](https://github.com/jamesagardner))
- \#79 Fixing module not found error when test module contains the test suite name [\#83](https://github.com/marklogic-community/marklogic-unit-test/pull/83) ([jamesagardner](https://github.com/jamesagardner))
- Renaming marklogic-junit to marklogic-junit5 [\#78](https://github.com/marklogic-community/marklogic-unit-test/pull/78) ([rjrudin](https://github.com/rjrudin))
- Improving the project landing page [\#73](https://github.com/marklogic-community/marklogic-unit-test/pull/73) ([jamesagardner](https://github.com/jamesagardner))
- bintray config fixes [\#70](https://github.com/marklogic-community/marklogic-unit-test/pull/70) ([rjrudin](https://github.com/rjrudin))
- \#46 Change test failure stack output from encoded XML to a nested text format [\#61](https://github.com/marklogic-community/marklogic-unit-test/pull/61) ([jonesyface](https://github.com/jonesyface))

## [1.0.beta](https://github.com/marklogic-community/marklogic-unit-test/tree/1.0.beta) (2019-04-26)
[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/v0.12.0...1.0.beta)

**Implemented enhancements:**

- Document Unit Testing Data Hub Framework \(DHF\) Flow [\#65](https://github.com/marklogic-community/marklogic-unit-test/issues/65)
- Eliminate xdmp:eval\(\) [\#55](https://github.com/marklogic-community/marklogic-unit-test/issues/55)
- Remove Roxy from Namespaces [\#52](https://github.com/marklogic-community/marklogic-unit-test/issues/52)
- Add Failure Message to Assert Functions [\#51](https://github.com/marklogic-community/marklogic-unit-test/issues/51)
- Support Nested Test Suites [\#45](https://github.com/marklogic-community/marklogic-unit-test/issues/45)
- Allow substitutions during deployment [\#32](https://github.com/marklogic-community/marklogic-unit-test/issues/32)
- Was not able to use the ml-unit-test framework [\#21](https://github.com/marklogic-community/marklogic-unit-test/issues/21)
- \#45 Nested test suite support [\#54](https://github.com/marklogic-community/marklogic-unit-test/pull/54) ([jamesagardner](https://github.com/jamesagardner))

**Closed issues:**

- Difficult to run a unit test in qconsole [\#62](https://github.com/marklogic-community/marklogic-unit-test/issues/62)
- Create Node client for REST endpoint [\#17](https://github.com/marklogic-community/marklogic-unit-test/issues/17)
- Rename ml-unit-test-client? [\#16](https://github.com/marklogic-community/marklogic-unit-test/issues/16)

**Merged pull requests:**

- 1.0.0 Release [\#69](https://github.com/marklogic-community/marklogic-unit-test/pull/69) ([jamesagardner](https://github.com/jamesagardner))
- Updating Namespace \#52 [\#68](https://github.com/marklogic-community/marklogic-unit-test/pull/68) ([jamesagardner](https://github.com/jamesagardner))
- Merged marklogic-junit library into marklogic-unit-test [\#66](https://github.com/marklogic-community/marklogic-unit-test/pull/66) ([rjrudin](https://github.com/rjrudin))
- Issue \#55: Converted xdmp:eval to xdmp:invoke-function [\#60](https://github.com/marklogic-community/marklogic-unit-test/pull/60) ([cskeefer](https://github.com/cskeefer))
- Specify permissions and collections in test:load-test-file [\#59](https://github.com/marklogic-community/marklogic-unit-test/pull/59) ([cskeefer](https://github.com/cskeefer))
- \#52 Removing Roxy from Namespaces [\#56](https://github.com/marklogic-community/marklogic-unit-test/pull/56) ([jamesagardner](https://github.com/jamesagardner))
- Adding contributor information [\#50](https://github.com/marklogic-community/marklogic-unit-test/pull/50) ([jamesagardner](https://github.com/jamesagardner))
- Name change from ml-unit-test to marklogic-unit-test [\#43](https://github.com/marklogic-community/marklogic-unit-test/pull/43) ([dmcassel](https://github.com/dmcassel))

**Breaking Changes:**
- The namespaces were updated due to [\#52](https://github.com/marklogic-community/marklogic-unit-test/issues/52) follow these [instructions for upgrading](https://github.com/marklogic-community/marklogic-unit-test/issues/52#issuecomment-487184896).
- Updating formatting [\#49](https://github.com/marklogic-community/marklogic-unit-test/pull/49) ([jamesagardner](https://github.com/jamesagardner))
- Docs name change [\#43](https://github.com/marklogic-community/marklogic-unit-test/pull/43) ([dmcassel](https://github.com/dmcassel))

## [v0.12.0](https://github.com/marklogic-community/marklogic-unit-test/tree/v0.12.0) (2018-09-20)
[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/0.11.2...v0.12.0)


**Merged pull requests:**

- Release v0.12.0 [\#42](https://github.com/marklogic-community/marklogic-unit-test/pull/42) ([dmcassel](https://github.com/dmcassel))
Expand Down Expand Up @@ -105,4 +159,4 @@
## [0.9.1](https://github.com/marklogic-community/marklogic-unit-test/tree/0.9.1) (2018-02-22)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
marklogic-unit-test welcomes new contributors. This document will guide you through
the process.

- [Question or Problem?](#question)
- [Issues and Bugs](#issue)
- [Feature Requests](#feature)
- [Submission Guidelines](#submit)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright � 2017 MarkLogic Corporation.
Copyright � 2017-2019 MarkLogic Corporation.

This project and its code and functionality is not representative of MarkLogic Server and is not supported by MarkLogic.

Expand Down
Loading