[svn-commits] rmudgett: branch rmudgett/ao2_enhancements r371644 - /team/rmudgett/ao2_enhan...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Aug 23 16:18:50 CDT 2012


Author: rmudgett
Date: Thu Aug 23 16:18:46 2012
New Revision: 371644

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=371644
Log:
Forgot to convert since 12.0 in test_astobj2.c

Modified:
    team/rmudgett/ao2_enhancements/tests/test_astobj2.c

Modified: team/rmudgett/ao2_enhancements/tests/test_astobj2.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/ao2_enhancements/tests/test_astobj2.c?view=diff&rev=371644&r1=371643&r2=371644
==============================================================================
--- team/rmudgett/ao2_enhancements/tests/test_astobj2.c (original)
+++ team/rmudgett/ao2_enhancements/tests/test_astobj2.c Thu Aug 23 16:18:46 2012
@@ -45,7 +45,7 @@
 /*!
  * \internal
  * \brief Convert the container type enum to string.
- * \since 12.0
+ * \since 12.0.0
  *
  * \param type Container type value to convert to string.
  *
@@ -202,7 +202,7 @@
 /*!
  * \internal
  * \brief Test container cloning.
- * \since 12.0
+ * \since 12.0.0
  *
  * \param res Passed in enum ast_test_result_state.
  * \param orig Container to clone.
@@ -263,7 +263,7 @@
 /*!
  * \internal
  * \brief Test ao2_find with no flags.
- * \since 12.0
+ * \since 12.0.0
  *
  * \param res Passed in enum ast_test_result_state.
  * \param look_in Container to search.
@@ -302,7 +302,7 @@
 /*!
  * \internal
  * \brief Test ao2_find with OBJ_POINTER.
- * \since 12.0
+ * \since 12.0.0
  *
  * \param res Passed in enum ast_test_result_state.
  * \param look_in Container to search.
@@ -341,7 +341,7 @@
 /*!
  * \internal
  * \brief Test ao2_find with OBJ_KEY.
- * \since 12.0
+ * \since 12.0.0
  *
  * \param res Passed in enum ast_test_result_state.
  * \param look_in Container to search.
@@ -378,7 +378,7 @@
 /*!
  * \internal
  * \brief Test ao2_find with OBJ_PARTIAL_KEY.
- * \since 12.0
+ * \since 12.0.0
  *
  * \param res Passed in enum ast_test_result_state.
  * \param look_in Container to search.
@@ -1049,7 +1049,7 @@
 /*!
  * \internal
  * \brief Make a nonsorted container for astobj2 testing.
- * \since 12.0
+ * \since 12.0.0
  *
  * \param type Container type to create.
  * \param options Container options
@@ -1079,7 +1079,7 @@
 /*!
  * \internal
  * \brief Make a sorted container for astobj2 testing.
- * \since 12.0
+ * \since 12.0.0
  *
  * \param type Container type to create.
  * \param options Container options
@@ -1109,7 +1109,7 @@
 /*!
  * \internal
  * \brief Insert the given test vector into the given container.
- * \since 12.0
+ * \since 12.0.0
  *
  * \note The given test vector must not have any duplicates.
  *
@@ -1161,7 +1161,7 @@
 /*!
  * \internal
  * \brief Insert duplicates of number into the given container.
- * \since 12.0
+ * \since 12.0.0
  *
  * \note The given container must not already have the number in it.
  *
@@ -1231,7 +1231,7 @@
 /*!
  * \internal
  * \brief Iterate over the container and compare the objects with the given vector.
- * \since 12.0
+ * \since 12.0.0
  *
  * \param res Passed in enum ast_test_result_state.
  * \param container Container to iterate.
@@ -1290,7 +1290,7 @@
 /*!
  * \internal
  * \brief Run an ao2_callback() and compare the returned vector with the given vector.
- * \since 12.0
+ * \since 12.0.0
  *
  * \param res Passed in enum ast_test_result_state.
  * \param container Container to traverse.
@@ -1348,7 +1348,7 @@
 /*!
  * \internal
  * \brief Run an ao2_find() for duplicates and compare the returned vector with the given vector.
- * \since 12.0
+ * \since 12.0.0
  *
  * \param res Passed in enum ast_test_result_state.
  * \param container Container to traverse.
@@ -1411,7 +1411,7 @@
 /*!
  * \internal
  * \brief Test nonsorted container traversal.
- * \since 12.0
+ * \since 12.0.0
  *
  * \param res Passed in enum ast_test_result_state.
  * \param tst_num Test number.
@@ -1609,7 +1609,7 @@
 /*!
  * \internal
  * \brief Test sorted container traversal.
- * \since 12.0
+ * \since 12.0.0
  *
  * \param res Passed in enum ast_test_result_state.
  * \param tst_num Test number.




More information about the svn-commits mailing list