5 Replies Latest reply on Apr 7, 2009 4:28 AM by jmesnil

    More commented out tests

    timfox

      ...in ManagementServiceImplTest.......... What's going on?

        • 1. Re: More commented out tests
          timfox

          Also... MessagingServerControlTest

          • 2. Re: More commented out tests
            ataylor

            ManagementServiceImplTest, thats my fault. I'll sort it.

            MessagingServerControlTest looks ok to me!

            • 3. Re: More commented out tests
              timfox

               

              "ataylor" wrote:

              MessagingServerControlTest looks ok to me!


               // TODO
               // assertEquals(conf.getBroadcastGroupConfigurations(), serverControl.getBroadcastGroupConfigurations());
               // assertEquals(conf.getDiscoveryGroupConfigurations(), serverControl.getDiscoveryGroupConfigurations());
               // assertEquals(conf.getBridgeConfigurations(), serverControl.getBridgeConfigurations());
               // assertEquals(conf.getDivertConfigurations(), serverControl.getDivertConfigurations());
               // assertEquals(conf.getClusterConfigurations(), serverControl.getClusterConfigurations());
               // assertEquals(conf.getQueueConfigurations(), serverControl.getQueueConfigurations());
              


              • 4. Re: More commented out tests
                ataylor

                ah, ok. didn't see that. Not sure why thats commented out.

                • 5. Re: More commented out tests
                  jmesnil

                   

                  "timfox" wrote:
                  Also... MessagingServerControlTest


                  These comments are leftover when I wrote the test.
                  The clustered objects have their own MBeans which are tested in their respective tests.
                  I'll remove the comments