Просмотр исходного кода

Merge pull request #143 from RiveraGroup/feature/mongo_2.6.5_rename_tests_2

Feature/mongo 2.6.5 rename tests 2
Chris Sexton 11 лет назад
Родитель
Сommit
884d38fee9
45 измененных файлов с 4 добавлено и 0 удалено
  1. 0 0
      test/lib/aggregate_test.js
  2. 0 0
      test/lib/pipeline/Document_test.js
  3. 0 0
      test/lib/pipeline/FieldPath_test.js
  4. 0 0
      test/lib/pipeline/ParsedDeps_test.js
  5. 0 0
      test/lib/pipeline/PipelineD_test.js
  6. 0 0
      test/lib/pipeline/Pipeline_test.js
  7. 0 0
      test/lib/pipeline/Value_test.js
  8. 0 0
      test/lib/pipeline/documentSources/CursorDocumentSource_test.js
  9. 0 0
      test/lib/pipeline/documentSources/DocumentSource_test.js
  10. 0 0
      test/lib/pipeline/documentSources/GeoNearDocumentSource_test.js
  11. 0 0
      test/lib/pipeline/documentSources/GroupDocumentSource_test.js
  12. 0 0
      test/lib/pipeline/documentSources/LimitDocumentSource_test.js
  13. 0 0
      test/lib/pipeline/documentSources/MatchDocumentSource_test.js
  14. 0 0
      test/lib/pipeline/documentSources/OutDocumentSource_test.js
  15. 0 0
      test/lib/pipeline/documentSources/ProjectDocumentSource_test.js
  16. 0 0
      test/lib/pipeline/documentSources/RedactDocumentSource_test.js
  17. 0 0
      test/lib/pipeline/documentSources/SkipDocumentSource_test.js
  18. 0 0
      test/lib/pipeline/documentSources/SortDocumentSource_test.js
  19. 0 0
      test/lib/pipeline/documentSources/UnwindDocumentSource_test.js
  20. 0 0
      test/lib/pipeline/matcher/AndMatchExpression_test.js
  21. 0 0
      test/lib/pipeline/matcher/ElemMatchObjectMatchExpression_test.js
  22. 0 0
      test/lib/pipeline/matcher/ElemMatchValueMatchExpression_test.js
  23. 0 0
      test/lib/pipeline/matcher/ElementPath_test.js
  24. 0 0
      test/lib/pipeline/matcher/EqualityMatchExpression_test.js
  25. 0 0
      test/lib/pipeline/matcher/ExistsMatchExpression_test.js
  26. 0 0
      test/lib/pipeline/matcher/FalseMatchExpression_test.js
  27. 0 0
      test/lib/pipeline/matcher/GTEMatchExpression_test.js
  28. 0 0
      test/lib/pipeline/matcher/GTMatchExpression_test.js
  29. 0 0
      test/lib/pipeline/matcher/InMatchExpression_test.js
  30. 0 0
      test/lib/pipeline/matcher/LTEMatchExpression_test.js
  31. 0 0
      test/lib/pipeline/matcher/LTMatchExpression_test.js
  32. 0 0
      test/lib/pipeline/matcher/ListOfMatchExpression_test.js
  33. 0 0
      test/lib/pipeline/matcher/MatchDetails_test.js
  34. 0 0
      test/lib/pipeline/matcher/MatchExpressionParser_test.js
  35. 0 0
      test/lib/pipeline/matcher/Matcher2_test.js
  36. 0 0
      test/lib/pipeline/matcher/ModMatchExpression_test.js
  37. 0 0
      test/lib/pipeline/matcher/NorMatchExpression_test.js
  38. 0 0
      test/lib/pipeline/matcher/NotMatchExpression_test.js
  39. 0 0
      test/lib/pipeline/matcher/OrMatchExpression_test.js
  40. 0 0
      test/lib/pipeline/matcher/RegexMatchExpression_test.js
  41. 0 0
      test/lib/pipeline/matcher/SizeMatchExpression_test.js
  42. 0 0
      test/lib/pipeline/matcher/TypeMatchExpression_test.js
  43. 0 0
      test/lib/query/ArrayRunner_test.js
  44. 0 0
      test/lib/query/DocumentSourceRunner_test.js
  45. 4 0
      test/mocha.opts

+ 0 - 0
test/lib/aggregate.js → test/lib/aggregate_test.js


+ 0 - 0
test/lib/pipeline/Document.js → test/lib/pipeline/Document_test.js


+ 0 - 0
test/lib/pipeline/FieldPath.js → test/lib/pipeline/FieldPath_test.js


+ 0 - 0
test/lib/pipeline/ParsedDeps.js → test/lib/pipeline/ParsedDeps_test.js


+ 0 - 0
test/lib/pipeline/PipelineD.js → test/lib/pipeline/PipelineD_test.js


+ 0 - 0
test/lib/pipeline/Pipeline.js → test/lib/pipeline/Pipeline_test.js


+ 0 - 0
test/lib/pipeline/Value.js → test/lib/pipeline/Value_test.js


+ 0 - 0
test/lib/pipeline/documentSources/CursorDocumentSource.js → test/lib/pipeline/documentSources/CursorDocumentSource_test.js


+ 0 - 0
test/lib/pipeline/documentSources/DocumentSource.js → test/lib/pipeline/documentSources/DocumentSource_test.js


+ 0 - 0
test/lib/pipeline/documentSources/GeoNearDocumentSource.js → test/lib/pipeline/documentSources/GeoNearDocumentSource_test.js


+ 0 - 0
test/lib/pipeline/documentSources/GroupDocumentSource.js → test/lib/pipeline/documentSources/GroupDocumentSource_test.js


+ 0 - 0
test/lib/pipeline/documentSources/LimitDocumentSource.js → test/lib/pipeline/documentSources/LimitDocumentSource_test.js


+ 0 - 0
test/lib/pipeline/documentSources/MatchDocumentSource.js → test/lib/pipeline/documentSources/MatchDocumentSource_test.js


+ 0 - 0
test/lib/pipeline/documentSources/OutDocumentSource.js → test/lib/pipeline/documentSources/OutDocumentSource_test.js


+ 0 - 0
test/lib/pipeline/documentSources/ProjectDocumentSource.js → test/lib/pipeline/documentSources/ProjectDocumentSource_test.js


+ 0 - 0
test/lib/pipeline/documentSources/RedactDocumentSource.js → test/lib/pipeline/documentSources/RedactDocumentSource_test.js


+ 0 - 0
test/lib/pipeline/documentSources/SkipDocumentSource.js → test/lib/pipeline/documentSources/SkipDocumentSource_test.js


+ 0 - 0
test/lib/pipeline/documentSources/SortDocumentSource.js → test/lib/pipeline/documentSources/SortDocumentSource_test.js


+ 0 - 0
test/lib/pipeline/documentSources/UnwindDocumentSource.js → test/lib/pipeline/documentSources/UnwindDocumentSource_test.js


+ 0 - 0
test/lib/pipeline/matcher/AndMatchExpression.js → test/lib/pipeline/matcher/AndMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/ElemMatchObjectMatchExpression.js → test/lib/pipeline/matcher/ElemMatchObjectMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/ElemMatchValueMatchExpression.js → test/lib/pipeline/matcher/ElemMatchValueMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/ElementPath.js → test/lib/pipeline/matcher/ElementPath_test.js


+ 0 - 0
test/lib/pipeline/matcher/EqualityMatchExpression.js → test/lib/pipeline/matcher/EqualityMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/ExistsMatchExpression.js → test/lib/pipeline/matcher/ExistsMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/FalseMatchExpression.js → test/lib/pipeline/matcher/FalseMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/GTEMatchExpression.js → test/lib/pipeline/matcher/GTEMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/GTMatchExpression.js → test/lib/pipeline/matcher/GTMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/InMatchExpression.js → test/lib/pipeline/matcher/InMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/LTEMatchExpression.js → test/lib/pipeline/matcher/LTEMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/LTMatchExpression.js → test/lib/pipeline/matcher/LTMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/ListOfMatchExpression.js → test/lib/pipeline/matcher/ListOfMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/MatchDetails.js → test/lib/pipeline/matcher/MatchDetails_test.js


+ 0 - 0
test/lib/pipeline/matcher/MatchExpressionParser.js → test/lib/pipeline/matcher/MatchExpressionParser_test.js


+ 0 - 0
test/lib/pipeline/matcher/Matcher2.js → test/lib/pipeline/matcher/Matcher2_test.js


+ 0 - 0
test/lib/pipeline/matcher/ModMatchExpression.js → test/lib/pipeline/matcher/ModMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/NorMatchExpression.js → test/lib/pipeline/matcher/NorMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/NotMatchExpression.js → test/lib/pipeline/matcher/NotMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/OrMatchExpression.js → test/lib/pipeline/matcher/OrMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/RegexMatchExpression.js → test/lib/pipeline/matcher/RegexMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/SizeMatchExpression.js → test/lib/pipeline/matcher/SizeMatchExpression_test.js


+ 0 - 0
test/lib/pipeline/matcher/TypeMatchExpression.js → test/lib/pipeline/matcher/TypeMatchExpression_test.js


+ 0 - 0
test/lib/query/ArrayRunner.js → test/lib/query/ArrayRunner_test.js


+ 0 - 0
test/lib/query/DocumentSourceRunner.js → test/lib/query/DocumentSourceRunner_test.js


+ 4 - 0
test/mocha.opts

@@ -0,0 +1,4 @@
+--reporter spec
+--ui exports
+--recursive
+test/**/*_test.js